Discuss this help topic in SecureBlackbox Forum
Specifies if the algorithm could be used for signing.
Declaration
[C#]
bool IsSignatureAlgorithm;
[VB.NET]
Property IsSignatureAlgorithm As Boolean
[Pascal]
property IsSignatureAlgorithm : boolean;
[C++]
bool get_IsSignatureAlgorithm();
[PHP]
bool get_IsSignatureAlgorithm()
[Java]
boolean getIsSignatureAlgorithm();
Description
This read-only property is
True if the algorithm is a signature algorithm.
Otherwise this property value is
False.
Discuss this help topic in SecureBlackbox Forum