Discuss this help topic in SecureBlackbox Forum

TElDomainKeysVerifier.Signatures

TElDomainKeysVerifier     See also     


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


Provides access to the message signatures.

Declaration

[C#]
    TElDKSignature Signatures[int Index];

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

[Pascal]
    property Signatures[Index: Integer] : TSBDKSignature;

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

[PHP]
    TElDKSignature get_Signatures(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired signature in the list. The first signature has Index=0, the second has Index=1, etc.

Description

    Use this property to get the desired signature from the list.

See also:     Verify     SignaturesCount    

Discuss this help topic in SecureBlackbox Forum