Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SSLAuthenticationLevel

TElHTTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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

Declaration

[C#]
    TSBAuthenticationLevel SSLAuthenticationLevel;

[VB.NET]
    Property SSLAuthenticationLevel As TSBAuthenticationLevel

[Pascal]
    property SSLAuthenticationLevel : TSBAuthenticationLevel;

[C++]
    TSBAuthenticationLevel get_SSLAuthenticationLevel();
    void set_SSLAuthenticationLevel(TSBAuthenticationLevel Value);

[PHP]
    integer get_SSLAuthenticationLevel()
    void set_SSLAuthenticationLevel(integer $Value)

[Java]
    TSBAuthenticationLevel getSSLAuthenticationLevel();
    void setSSLAuthenticationLevel(TSBAuthenticationLevel Value);

Possible values:

Description

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

See also:     SSLClientAuthentication    

Discuss this help topic in SecureBlackbox Forum