EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.AuthenticationLevel

TElSecureServer     See also    


 

Specifies server's action if the client did not provide its certificate on server request.

 
 

Declaration

[C#]
    TSBAuthenticationLevel AuthenticationLevel /* = 1 */;

[VB.NET]
    Property AuthenticationLevel As TSBAuthenticationLevel;

[Pascal]
    property AuthenticationLevel : TSBAuthenticationLevel;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 

Values:

[.NET] [ActiveX] [Pascal] Description
alRequestCert = 0 alRequestCert requests client's certificate but if the certificate was not provided by the client side, the server does not close the connection
alRequireCert = 1 alRequireCert requests client's certificate and if certificate was not provided by client side, the server closes the connection
Declared in
[.NET] [Pascal]
Namespace: SBServer
Assembly: SecureBlackbox.SSLServer
Unit: SBServer

 
 

Description

    Use this property to specify the server action in case when client does not provide required certificate.
    Default value is alRequireCert.

 
 

See also:     CipherSuites    

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