Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.AuthenticationLevel

TElSimpleFTPSServer     


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


Specifies server's action if the client hasn't provided its certificate on server's 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 server's action in case when the client hasn't provided the requested certificate. The default value is alRequireCert.

Discuss this help topic in SecureBlackbox Forum