EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageVerifier.Certificates

TElMessageVerifier     See also    


 

This property contains a list of certificates which were included in signed message.

 
 

Declaration

[C#]
    TElCustomCertStorage Certificates;

[VB.NET]
    Property Certificates As TElCustomCertStorage

[Pascal]
    property Certificates : TElCustomCertStorage;

[VB6]
    Property IElMessageVerifierX.Certificates As IElCustomCertStorageX2

[ActiveX]
    HRESULT _stdcall IElMessageVerifierX.Certificates([out, retval] IElCustomCertStorageX2 ** Value );

[DLL]
    __stdcall HANDLE SBMessageVerifierGetCertificates(HANDLE hVerifier);
 
 

Parameters

  • [DLL]hVerifier - handle to the TElMessageVerifier object that was returned by Constructor
 
 

Description

    Check this property after calling Verify method to get certificates contained in signed message.

    Note: this proeprty contains not just certificates used for signing, but all certificates, passed to message signer before signing.

 
 

See also:     CertStorage    

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