Discuss this help topic in SecureBlackbox Forum

TElPGPKeyFlagsSignatureSubpacket.CertifyOtherKeys

TElPGPKeyFlagsSignatureSubpacket     See also     


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


Specifies if the key may be used to certify other keys.

Declaration

[C#]
    bool CertifyOtherKeys;

[VB.NET]
    Property CertifyOtherKeys As Boolean

[Pascal]
    property CertifyOtherKeys : boolean;

[C++]
    bool get_CertifyOtherKeys();
    void set_CertifyOtherKeys(bool Value);

[PHP]
    bool get_CertifyOtherKeys()
    void set_CertifyOtherKeys(bool $Value)

[Java]
    boolean getCertifyOtherKeys();
    void setCertifyOtherKeys(boolean Value);

Description

    If True this key may be used to certify other keys.

See also:     EncryptData     EncryptStorage     GroupKey     SignData     SplitKey    

Discuss this help topic in SecureBlackbox Forum