EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageEncryptor.CertStorage

TElMessageEncryptor     See also    


 

This property should contain the descendant of TElCustomCertStorage which contains recipients' certificates.

 
 

Declaration

[C#]
    TElCustomCertStorage CertStorage;

[VB.NET]
    Property CertStorage As TElCustomCertStorage

[Pascal]
    property CertStorage : TElCustomCertStorage;

[VB6]
    WithEvents IElMessageEncryptorX.CertStorage As IElCustomCertStorageX3

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

[DLL]
    __stdcall BOOL SBMessageEncryptorSetCertStorage(HANDLE hEncryptor, HANDLE hStorage);
    __stdcall HANDLE SBMessageEncryptorGetCertStorage(HANDLE hEncryptor);
 
 

Parameters

  • [DLL]hEncryptor - handle to the TElMessageEncryptor 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 encrypt messages. The encrypted message may be later decrypted with any of these certificates. The certificates don't need to include private keys.

 
 

See also:     Algorithm    

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