Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring.PublicKeys

TElPGPKeyring     See also     


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


Contains the list of public keys.

Declaration

[C#]
    TElPGPPublicKey PublicKeys[int Index];

[VB.NET]
    Property PublicKeys(ByVal Index As Integer) As TElPGPPublicKey

[Pascal]
    property PublicKeys[Index : integer] : TElPGPPublicKey;

[C++]
    TElPGPPublicKey* get_PublicKeys(int32_t Index);

[PHP]
    TElPGPPublicKey get_PublicKeys(integer $Index)

[Java]
    TElPGPPublicKey getPublicKeys(int Index);

Parameters

  • Index - index of the key in the list.

Description

    Use this property to access specific public key in the list.

See also:     AddPublicKey     FindPublicKeyByID     RemovePublicKey     Clear     Load     Save     PublicCount     SecretKeys    

Discuss this help topic in SecureBlackbox Forum