Discuss this help topic in SecureBlackbox Forum

TElSSLServer.AuthenticationLevel

TElSSLServer     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 AuthenticationLevel;

[VB.NET]
    Property AuthenticationLevel As TSBAuthenticationLevel

[Pascal]
    property AuthenticationLevel : TSBAuthenticationLevel;

[C++]
    TSBAuthenticationLevel get_AuthenticationLevel();
    void set_AuthenticationLevel(TSBAuthenticationLevel Value);

[PHP]
    integer get_AuthenticationLevel()
    void set_AuthenticationLevel(integer $Value)

[Java]
    TSBAuthenticationLevel getAuthenticationLevel();
    void setAuthenticationLevel(TSBAuthenticationLevel Value);

TSBAuthenticationLevel values:

Description

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

See also:     TElSSLClass.CipherSuites    

Discuss this help topic in SecureBlackbox Forum