Discuss this help topic in SecureBlackbox Forum
Contains DISABLED bit.
Declaration
[VB.NET]
Property Disabled As Boolean
[Pascal]
property Disabled : boolean;
[C++]
bool get_Disabled();
void set_Disabled(bool Value);
[PHP]
bool get_Disabled()
void set_Disabled(bool $Value)
[Java]
boolean getDisabled();
void setDisabled(boolean Value);
Description
DISABLED bit means that this key is disabled and should not be used.
Discuss this help topic in SecureBlackbox Forum