EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAuthenticodeVerifier.GetSignatureInfo

TElAuthenticodeVerifier     See also    


 

Returns information about the signature by its index.

 
 

Declaration

[C#]
    bool GetSignatureInfo(int Index, [out] ref string Description, [out] ref string URL, [out] ref DateTime TimeStamp);

[VB.NET]
    Function GetSignatureInfo(ByVal Index As Integer, ByRef Description As String, ByRef URL As string, ByRef TimeStamp As DateTime) As Boolean

[Pascal]
    function GetSignatureInfo(Index: Integer; out Description: WideString; out URL: string; out TimeStamp: TDateTime): Boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Index - index of the signature in the list.
  • Description - string that describes signature (optional)
  • URL - optional parameter, contains URL.
  • Timestamp - date/time when signature was created
 
 

Return value

    True on success,
    False otherwise.

 
 

Description

    Use this method when you want to get signature description by its index. Signatures are numerated from 0 to SignatureCount - 1.

 
 

See also:     VerifySignature SignatureCount

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation