Discuss this help topic in SecureBlackbox Forum

TElPGPKeyFlagsSignatureSubpacket.GroupKey

TElPGPKeyFlagsSignatureSubpacket     See also     


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


Specifies if the private component of this key may be in the possession of more than one person.

Declaration

[C#]
    bool GroupKey;

[VB.NET]
    Property GroupKey As Boolean

[Pascal]
    property GroupKey : boolean;

[C++]
    bool get_GroupKey();
    void set_GroupKey(bool Value);

[PHP]
    bool get_GroupKey()
    void set_GroupKey(bool $Value)

[Java]
    boolean getGroupKey();
    void setGroupKey(boolean Value);

Description

    If True the private component of this key may be in the possession of more than one person.

See also:     CertifyOtherKeys     EncryptData     EncryptStorage     SignData     SplitKey    

Discuss this help topic in SecureBlackbox Forum