Discuss this help topic in SecureBlackbox Forum

TElPGPSecretKey.Subkeys

TElPGPSecretKey     See also     


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


Contains the list of subkeys.

Declaration

[C#]
    TElPGPSecretSubkey Subkeys[int Index];

[VB.NET]
    Property Subkeys(ByVal Index As Integer) As TElPGPSecretSubkey

[Pascal]
    property Subkeys[Index : integer] : TElPGPSecretSubkey;

[C++]
    TElPGPSecretSubkey* get_Subkeys(int32_t Index);

[PHP]
    TElPGPSecretSubkey get_Subkeys(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the key in the list.

Description

    Use this property to access individual subkeys.

See also:     SubkeyCount    

Discuss this help topic in SecureBlackbox Forum