EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageVerifier.CertStorage

TElMessageVerifier     See also    


 

This property can contain certificates used to verify message signature.

 
 

Declaration

[C#]
    TElCustomCertStorage CertStorage;

[VB.NET]
    Property CertStorage As TElCustomCertStorage

[Pascal]
    property CertStorage : TElCustomCertStorage;

[VB6]
    Property IElMessageVerifierX.CertStorage As IElCustomCertStorageX3

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

[DLL]
    __stdcall BOOL SBMessageVerifierSetCertStorage(HANDLE hVerifier, HANDLE hStorage);
    __stdcall HANDLE SBMessageVerifierGetCertStorage(HANDLE hVerifier);
 
 

Parameters

  • [DLL]hSigner - handle to the TElMessageVerifier object that was returned by Constructor
  • [DLL]hStorage - handle to the TElCustomCertStorage object that was returned by Constructor
 
 

Description

    Use this property to specify certificates which should be used to verify signed messages.

    You may leave this property empty if you are verifying the public-key signature (i.e. if SignatureType is mstPublicKey). But, you must assign it if the SignatureType is mstMAC. Moreover, for mstMAC signatures the certificates stored in specified certificate storage must contain corresponding private keys.

 
 

See also:     HashAlgorithm    

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