Discuss this help topic in SecureBlackbox Forum
Specifies if the key may be used to encrypt storage.
Declaration
[C#]
bool EncryptStorage;
[VB.NET]
Property EncryptStorage As Boolean
[Pascal]
property EncryptStorage : boolean;
[C++]
bool get_EncryptStorage();
void set_EncryptStorage(bool Value);
[PHP]
bool get_EncryptStorage()
void set_EncryptStorage(bool $Value)
[Java]
boolean getEncryptStorage();
void setEncryptStorage(boolean Value);
Description
If
True this key may be used to encrypt storage.
Discuss this help topic in SecureBlackbox Forum