Discuss this help topic in SecureBlackbox Forum

TElPGPSecretSubkey.Supkey

TElPGPSecretSubkey     See also     


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


Contains the owning secret key.

Declaration

[C#]
    TElPGPSecretKey Supkey;

[VB.NET]
    Property Supkey As TElPGPSecretKey

[Pascal]
    property Supkey : TElPGPSecretKey;

[C++]
    TElPGPSecretKey* get_Supkey();

[PHP]
    TElPGPSecretKey get_Supkey()

[Java]
    TElPGPSecretKey getSupkey();

Description

    Use this property to get the secret key which the current subkey belongs to.

See also:     TElPGPPublicSubkey    

Discuss this help topic in SecureBlackbox Forum