Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoPGPData.PublicKey

TElXMLKeyInfoPGPData     See also     


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


This property contains a public key.

Declaration

[C#]
    TElPGPCustomPublicKey PublicKey;

[VB.NET]
    Property PublicKey As TElPGPCustomPublicKey

[Pascal]
    property PublicKey : TElPGPPublicKey;

[C++]
    TElPGPCustomPublicKey* get_PublicKey();
    void set_PublicKey(TElPGPCustomPublicKey &Value);
    void set_PublicKey(TElPGPCustomPublicKey *Value);

[PHP]
    TElPGPCustomPublicKey get_PublicKey()
    void set_PublicKey(TElPGPCustomPublicKey $Value)

[Java]
    TElPGPCustomPublicKey getPublicKey();
    void setPublicKey(TElPGPCustomPublicKey Value);

Description

     This property contains a public key of a PGP key pair. This key is used to encrypt or verify the XML data.

See also:     SecretKey    

Discuss this help topic in SecureBlackbox Forum