Discuss this help topic in SecureBlackbox Forum

TElCertificateRevocationList.SignatureAlgorithm

TElCertificateRevocationList     


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


Returns the algorithm used in the CRL 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 algorithms of the CRL signature.

Discuss this help topic in SecureBlackbox Forum