Discuss this help topic in SecureBlackbox Forum
Specifies whether the algorithm could be used for encryption.
Declaration
[C#]
bool IsEncryptionAlgorithm;
[VB.NET]
Property IsEncryptionAlgorithm As Boolean
[Pascal]
property IsEncryptionAlgorithm : boolean;
[C++]
bool get_IsEncryptionAlgorithm();
[PHP]
bool get_IsEncryptionAlgorithm()
[Java]
boolean getIsEncryptionAlgorithm();
Description
This read-only property is
True if the algorithm could be used to encrypt data.
Otherwise this property value is
False.
Discuss this help topic in SecureBlackbox Forum