Discuss this help topic in SecureBlackbox Forum

TElSSHPGPKey.PGPPublicKey

TElSSHPGPKey     See also     


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


This read-only property contains public part of the PGP key.

Declaration

[C#]
    TElPGPPublicKey PGPPublicKey;

[VB.NET]
    Property PGPPublicKey As TElPGPPublicKey

[Pascal]
    property PGPPublicKey : TElPGPPublicKey;

[C++]
    TElPGPPublicKey* get_PGPPublicKey();

[PHP]
    TElPGPPublicKey get_PGPPublicKey()

[Java]
    TElPGPPublicKey getPGPPublicKey();

Description

    Use this property to get PGP public key.

See also:     PGPSecretKey    

Discuss this help topic in SecureBlackbox Forum