EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.ClientCertStorage

TElSecureServer     See also    


 

Specifies the certificate storage where "root" certificates are stored.

 
 

Declaration

[C#]
    TElCustomCertStorage ClientCertStorage;

[VB.NET]
    Property ClientCertStorage As TElCustomCertStorage

[Pascal]
    property ClientCertStorage : TElCustomCertStorage;

[VB6]
    Property IElSecureServerX.ClientCertStorage As IElCustomCertStorageX

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

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

Parameters

  • [DLL]handle - handle to the TElSecureServer 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 client certificates. It should contain the "root" certificates of Certificate Authorities, which are supposed to issue the clients' certificates and are trusted.

 
 

See also:     InternalValidate     OnCertificateValidate     TElWinCertStorage     TElFileCertStorage    

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