Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoPGPData.SecretKey

TElXMLKeyInfoPGPData     See also     


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


This property contains a secret (private) key.

Declaration

[C#]
    TElPGPCustomSecretKey SecretKey;

[VB.NET]
    Property SecretKey As TElPGPCustomSecretKey

[Pascal]
    property SecretKey : TElPGPSecretKey;

[C++]
    TElPGPCustomSecretKey* get_SecretKey();
    void set_SecretKey(TElPGPCustomSecretKey &Value);
    void set_SecretKey(TElPGPCustomSecretKey *Value);

[PHP]
    TElPGPCustomSecretKey get_SecretKey()
    void set_SecretKey(TElPGPCustomSecretKey $Value)

[Java]
    TElPGPCustomSecretKey getSecretKey();
    void setSecretKey(TElPGPCustomSecretKey Value);

Description

     This property contains a secret (private) key of a PGP key pair. This key is used to decrypt or sign the XML data.

See also:     Passphrase     PublicKey    

Discuss this help topic in SecureBlackbox Forum