Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.Subkeys

TElPGPPublicKey     See also     


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


Contains the list of subkeys.

Declaration

[C#]
    TElPGPPublicSubkey Subkeys[int Index];

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

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

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

[PHP]
    TElPGPPublicSubkey 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     AddSubkey     RemoveSubkey    

Discuss this help topic in SecureBlackbox Forum