EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageDecryptor.CertStorage

TElMessageDecryptor     See also    


 

This property should contain the reference to TElCustomCertStorage object. Certificates should contain the corresponding private keys.

 
 

Declaration

[C#]
    TElCustomCertStorage CertStorage;

[VB.NET]
    Property CertStorage As TElCustomCertStorage

[Pascal]
    property CertStorage : TElCustomCertStorage;

[VB6]
    Property IElMessageDecryptorX.CertStorage As IElCustomCertStorageX2

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

[DLL]
    __stdcall BOOL SBMessageDecryptorSetCertStorage(HANDLE hDecryptor, HANDLE hStorage);
    __stdcall HANDLE SBMessageDecryptorGetCertStorage(HANDLE hDecryptor);
 
 

Parameters

  • [DLL]hDecryptor - handle to the TElMessageDecryptor 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 decrypt the message. If at least one certificate from storage was used to encrypt this message, the message will be decrypted.

    Note,  that each certificate should contain the corresponding private key.

 
 

See also:     Algorithm    

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