Discuss this help topic in SecureBlackbox Forum
Specifies signature algorithm.
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);
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 response.
Discuss this help topic in SecureBlackbox Forum