EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.CertStorage

TElSecureClient     See also    


 

Specifies the certificate storage where the Root and CA certificates are stored.

 
 

Declaration

[C#]
    TElCustomCertStorage CertStorage;

[VB.NET]
    Property CertStorage As TElCustomCertStorage

[Pascal]
    property CertStorage : TElCustomCertStorage;

[VB6]
    WithEvents IElSecureClientX2.CertStorage As IElCustomCertStorageX

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

[DLL]
    __stdcall BOOL SBClientSetCertStorage(HANDLE handle, HANDLE StorageHandle );
 
 

Parameters

  • [DLL]handle - handle to the TElSecureClient object that was returned by Constructor
  • [DLL]StorageHandle - handle to the TEl*CertStorage object (TElWinCertStorage or TElFileCertStorage)
 
 

Description

    This property defines the Certificate Storage which is used to validate the server certificates. It should contain the certificates of Certificate Authorities, which were used to issue the certificates sent by the server and are trusted.

 
 

See also:     InternalValidate     OnCertificateValidate     TElWinCertStorage     TElFileCertStorage

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