Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.SecretKey

TElPGPPublicKey     


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


This read-only property contains a reference to the secret key corresponding to the public one.

Declaration

[C#]
    TElPGPSecretKey SecretKey;

[VB.NET]
    Property SecretKey As TElPGPSecretKey

[Pascal]
    property SecretKey : TElPGPSecretKey;

[C++]
    TElPGPSecretKey* get_SecretKey();

[PHP]
    TElPGPSecretKey get_SecretKey()

[Java]
    TElPGPSecretKey getSecretKey();

Description

    Use this property to access the secret key, which corresponds to this public key.

Discuss this help topic in SecureBlackbox Forum