Discuss this help topic in SecureBlackbox Forum

TElSSHPGPKey.PGPSecretKey

TElSSHPGPKey     See also     


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


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

Declaration

[C#]
    TElPGPSecretKey PGPSecretKey;

[VB.NET]
    Property PGPSecretKey As TElPGPSecretKey

[Pascal]
    property PGPSecretKey : TElPGPSecretKey;

[C++]
    TElPGPSecretKey* get_PGPSecretKey();

[PHP]
    TElPGPSecretKey get_PGPSecretKey()

[Java]
    TElPGPSecretKey getPGPSecretKey();

Description

    Use this property to get PGP secret key.

See also:     PGPPublicKey    

Discuss this help topic in SecureBlackbox Forum