Discuss this help topic in SecureBlackbox Forum

TElPGPPublicSubkey.SecretKey

TElPGPPublicSubkey     


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


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

Declaration

[C#]
    TElPGPSecretSubkey SecretKey;

[VB.NET]
    Property SecretKey As TElPGPSecretSubkey

[Pascal]
    property SecretKey : TElPGPSecretSubkey;

[C++]
    TElPGPSecretSubkey* get_SecretKey();

[PHP]
    TElPGPSecretSubkey get_SecretKey()

[Java]
    TElPGPSecretSubkey getSecretKey();

Description

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

Discuss this help topic in SecureBlackbox Forum