EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.ForceCertificateChain

TElSecureServer     See also    


 

Specifies whether the complete certificate chain should be sent to the client instead of a single end-entity server certificate

 
 

Declaration

[C#]
    bool ForceCertificateChain;

[VB.NET]
    Property ForceCertificateChain As Boolean

[Pascal]
    property ForceCertificateChain : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    __stdcall BOOL SBServerEnableForceCertificateChain(HANDLE hServer);
    __stdcall BOOL SBServerDisableForceCertificateChain(HANDLE hServer);
    __stdcall BOOL SBServerIsForceCertificateChainEnabled(HANDLE hServer);
 
 

Parameters

  • [DLL]hServer - handle to the TElSecureServer object that was returned by Constructor
 
 

Description

    This property defines whether the server should send the complete certificate chain to the client. If this property is set to Ttrue, TElSecureServer tries to find the longest certificate chain in the storage specified by CertStorage property. If this chain is found, it is sent to the client. Otherwise, the first suitable end-entity certificate is sent.

 
 

See also:     CertStorage    

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