Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeVerifier.Signatures

TElAuthenticodeVerifier     See also     


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


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

Declaration

[C#/Java]
    TElPKCS7Signer Signatures[int Index];

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

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

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

[PHP]
    TElPKCS7Signer get_Signatures(integer $Index)

Parameters

  • Index - Index of item in list

Description

    This signature represents all signatures made over the file. Use Index to iterate through these signatures.

See also:     Certificates     SignatureCount    

Discuss this help topic in SecureBlackbox Forum