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