Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.Signatures

TElPGPCustomPublicKey     See also     


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


Represents all the signatures made over this key.

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]
    TElPGPSignature getSignatures(int Index);

Parameters

  • Index - index of the signature in the list.

Description

    Represents all the signatures made over this public key. Use Index to iterate through these signatures.

See also:     SignatureCount     AddSignature     RemoveSignature    

Discuss this help topic in SecureBlackbox Forum