Discuss this help topic in SecureBlackbox Forum
Specifies if the crypto provider can be used for public key operations.
Declaration
[C#/Java]
bool UseForPublicKeyOperations;
[VB.NET]
Property UseForPublicKeyOperations As Boolean
[Pascal]
property UseForPublicKeyOperations : boolean;
[C++]
bool get_UseForPublicKeyOperations();
void set_UseForPublicKeyOperations(bool Value);
[PHP]
bool get_UseForPublicKeyOperations()
void set_UseForPublicKeyOperations(bool $Value)
Description
Use this property to specify if the corresponding cryptographic provider can be used for public key operations.
The default value is True.
Discuss this help topic in SecureBlackbox Forum