Discuss this help topic in SecureBlackbox Forum

TElPGPKeyFlagsSignatureSubpacket.EncryptStorage

TElPGPKeyFlagsSignatureSubpacket     See also     


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


Specifies if the key may be used to encrypt storage.

Declaration

[C#]
    bool EncryptStorage;

[VB.NET]
    Property EncryptStorage As Boolean

[Pascal]
    property EncryptStorage : boolean;

[C++]
    bool get_EncryptStorage();
    void set_EncryptStorage(bool Value);

[PHP]
    bool get_EncryptStorage()
    void set_EncryptStorage(bool $Value)

[Java]
    boolean getEncryptStorage();
    void setEncryptStorage(boolean Value);

Description

    If True this key may be used to encrypt storage.

See also:     CertifyOtherKeys     EncryptData     GroupKey     SignData     SplitKey    

Discuss this help topic in SecureBlackbox Forum