Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.SignatureAlgorithm

TElCertificateLookup     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the desired value of the TElX509Certificate.SignatureAlgorithm property.

Declaration

[C#]
    int SignatureAlgorithm;

[VB.NET]
    Property SignatureAlgorithm As Integer

[Pascal]
    property SignatureAlgorithm : integer;

[C++]
    int32_t get_SignatureAlgorithm();
    void set_SignatureAlgorithm(int32_t Value);

[PHP]
    integer get_SignatureAlgorithm()
    void set_SignatureAlgorithm(integer $Value)

[Java]
    int getSignatureAlgorithm();
    void setSignatureAlgorithm(int Value);

Values:

The following algorithms may be used as public key algorithms:


The following algorithms may be used as signature algorithms:

Description

    Use this property to determine signature algorithm which certificate must have.

See also:     PublicKeyAlgorithm    

Discuss this help topic in SecureBlackbox Forum