Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.SignatureAlgorithm

TElX509Certificate     See also     


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


Returns the algorithm used in the certificate signature

Declaration

[C#]
    int SignatureAlgorithm;

[VB.NET]
    Property SignatureAlgorithm As Integer

[Pascal]
    property SignatureAlgorithm : Integer;

[C++]
    int32_t get_SignatureAlgorithm();

[PHP]
    integer get_SignatureAlgorithm()

[Java]
    int getSignatureAlgorithm();

The following algorithms may be used as public key algorithms:


The following algorithms may be used as signature algorithms:

Description

    This property contains the algorithm used for calculation of the certificate signature.

See also:     PublicKeyAlgorithm     SignatureAlgorithmIdentifier    

Discuss this help topic in SecureBlackbox Forum