Discuss this help topic in SecureBlackbox Forum
Specifies if this key only be modified or updated by the key holder
or an administrator of the key server
Declaration
[VB.NET]
Property NoModify As Boolean
[Pascal]
property NoModify : boolean;
[C++]
bool get_NoModify();
void set_NoModify(bool Value);
[PHP]
bool get_NoModify()
void set_NoModify(bool $Value)
[Java]
boolean getNoModify();
void setNoModify(boolean Value);
Description
If
True the key only be modified or updated
by the key holder or an administrator of the key server
Discuss this help topic in SecureBlackbox Forum