Discuss this help topic in SecureBlackbox Forum

TElPGPEnvelopingStream.Signatures

TElPGPEnvelopingStream     See also     


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


This read-only property represents all signatures made over the enveloped message.

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 the list.

Description

    Represents all signatures made over the enveloped message. Use Index to access individual signature objects. Use RemoveSignature to remove a signature from the list.

See also:     SignatureCount     UseOnePassSignatures     AddSignature     ClearSignatures     RemoveSignature    

Discuss this help topic in SecureBlackbox Forum