Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum