Discuss this help topic in SecureBlackbox Forum

TElPGPKeyFlagsSignatureSubpacket.EncryptData

TElPGPKeyFlagsSignatureSubpacket     See also     


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


Specifies if the key may be used to encrypt communications.

Declaration

[C#]
    bool EncryptData;

[VB.NET]
    Property EncryptData As Boolean

[Pascal]
    property EncryptData : boolean;

[C++]
    bool get_EncryptData();
    void set_EncryptData(bool Value);

[PHP]
    bool get_EncryptData()
    void set_EncryptData(bool $Value)

[Java]
    boolean getEncryptData();
    void setEncryptData(boolean Value);

Description

    If True this key may be used to encrypt communications.

See also:     CertifyOtherKeys     EncryptStorage     GroupKey     SignData     SplitKey    

Discuss this help topic in SecureBlackbox Forum