Discuss this help topic in SecureBlackbox Forum

TElPGPKeyServerPreferencesSignatureSubpacket.NoModify

TElPGPKeyServerPreferencesSignatureSubpacket     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if this key only be modified or updated by the key holder or an administrator of the key server

Declaration

[C#]
    bool NoModify;

[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