EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWebDAVServer.SSLClientAuthentication

TElWebDAVServer     See also    


 

Specifies whether client authentication (certificate request) is enabled.

 
 

Declaration

[C#]
    bool SSLClientAuthentication;

[VB.NET]
    Property SSLClientAuthentication As Boolean

[Pascal]
    property SSLClientAuthentication : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    This property defines whether the server should request client's certificate. If the client doesn't have a certificate, server actions depend on SSLAuthenticationLevel property value. If the client has a certificate, the OnCertificateValidate event is fired.
    Client authentication is used very rarely. Use this option in case you are sure all clients have certificates.

 
 

See also:     SSLAuthenticationLevel     OnCertificateValidate    

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