Discuss this help topic in SecureBlackbox Forum
Specifies whether the key is sensitive.
Declaration
[C#/Java]
bool Sensitive;
[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)
Description
Set this value to
True if the key is sensitive.
Discuss this help topic in SecureBlackbox Forum