Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.ClientAuthentication

TElSimpleFTPSServer     See also     


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


Specifies whether client authentication (certificate request) is enabled.

Declaration

[C#]
    bool ClientAuthentication;

[VB.NET]
    Property ClientAuthentication As Boolean

[Pascal]
    Property ClientAuthentication : boolean;

[C++]
    bool get_ClientAuthentication();
    void set_ClientAuthentication(bool Value);

[PHP]
    bool get_ClientAuthentication()
    void set_ClientAuthentication(bool $Value)

[Java]
    boolean getClientAuthentication();
    void setClientAuthentication(boolean Value);

Description

    This property defines whether the server should request the client's certificate. Client authentication is used very rarely. Use it only when you are sure that all clients have their certificates.

See also:     ClientCertStorage    

Discuss this help topic in SecureBlackbox Forum