Discuss this help topic in SecureBlackbox Forum

TElPGPCustomUser.Signatures

TElPGPCustomUser     See also     


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


Represents all the signatures made over this user.

Declaration

[C#]
    TElPGPSignature Signatures[int Index];

[VB.NET]
    Property Signatures(ByVal Index As Integer) As TElPGPSignature

[Pascal]
    property Signatures[Index : integer] : TElPGPSignature;

[C++]
    TElPGPSignature* get_Signatures(int32_t Index);

[PHP]
    TElPGPSignature get_Signatures(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the signature in list.

Description

    Represents all the signatures made over this user. Use Index to iterate over these signatures.

See also:     SignatureCount     AddSignature     RemoveSignature    

Discuss this help topic in SecureBlackbox Forum