Discuss this help topic in SecureBlackbox Forum
Specifies if the crypto provider can be used for non-private operations.
Declaration
[C#]
bool UseForNonPrivateOperations;
[VB.NET]
Property UseForNonPrivateOperations As Boolean
[Pascal]
property UseForNonPrivateOperations : boolean;
[C++]
bool get_UseForNonPrivateOperations();
void set_UseForNonPrivateOperations(bool Value);
[PHP]
bool get_UseForNonPrivateOperations()
void set_UseForNonPrivateOperations(bool $Value)
[Java]
boolean getUseForNonPrivateOperations();
void setUseForNonPrivateOperations(boolean Value);
Description
Use this property to specify if the corresponding cryptographic provider can be used for non-private operations.
The default value is False.
Discuss this help topic in SecureBlackbox Forum