Discuss this help topic in SecureBlackbox Forum
Specifies whether the key is sensitive.
Declaration
[VB.NET]
Property Sensitive As Boolean
[Pascal]
property Sensitive: boolean;
[C++]
bool get_Sensitive();
void set_Sensitive(bool Value);
[PHP]
bool get_Sensitive()
void set_Sensitive(bool $Value)
[Java]
TSBBoolean getSensitive();
void setSensitive(TSBBoolean Value);
Description
Set this value to
True if the key is sensitive.
Discuss this help topic in SecureBlackbox Forum