Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring.SecretKeys

TElPGPKeyring     See also     


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


Contains the list of secret keys.

Declaration

[C#]
    TElPGPSecretKey SecretKeys[int Index];

[VB.NET]
    Property SecretKeys(ByVal Index As Integer) As TElPGPSecretKey

[Pascal]
    property SecretKeys[Index : integer] : TElPGPSecretKey;

[C++]
    TElPGPSecretKey* get_SecretKeys(int32_t Index);

[PHP]
    TElPGPSecretKey get_SecretKeys(integer $Index)

[Java]
    TElPGPSecretKey getSecretKeys(int Index);

Parameters

  • Index - index of the key in the list.

Description

    Use this property to access individual secret key in the list.

See also:     AddSecretKey     FindSecretKeyByID     RemoveSecretKey     Clear     Load     Save     SecretCount     PublicKeys    

Discuss this help topic in SecureBlackbox Forum