Discuss this help topic in SecureBlackbox Forum

TElOCSPResponse.SignatureAlgorithm

TElOCSPResponse     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 to sign the certificate.

See also:     Certificates    

Discuss this help topic in SecureBlackbox Forum