Discuss this help topic in SecureBlackbox Forum
Specifies, if the algorithm is a public key algorithm.
Declaration
[C#]
bool IsPublicKeyAlgorithm;
[VB.NET]
Property IsPublicKeyAlgorithm As Boolean
[Pascal]
property IsPublicKeyAlgorithm : boolean;
[C++]
bool get_IsPublicKeyAlgorithm();
[PHP]
bool get_IsPublicKeyAlgorithm()
[Java]
boolean getIsPublicKeyAlgorithm();
Description
This read-only property is
True if the algorithm is a public key algorithm.
Otherwise this property value is
False.
Discuss this help topic in SecureBlackbox Forum