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