Discuss this help topic in SecureBlackbox Forum
This property specifies the signature algorithm.
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();
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 specify the algorithm which will be used to calculate signature value.
Discuss this help topic in SecureBlackbox Forum