Discuss this help topic in SecureBlackbox Forum

TElClientServerIndySSLIOHandlerSocket.ClientAuthentication

TElClientServerIndySSLIOHandlerSocket     See also     


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


Specifies whether client certificate should be requested

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ClientAuthentication : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This property defines whether the server should request the client's certificate. If the client doesn't have a certificate, the server closes the connection. If the client has one, the OnCertificateValidate event is fired.
    Client authentication is used very rarely. Use this option in case when you are sure that all clients have certificates.

See also:     ServerCertStorage    

Discuss this help topic in SecureBlackbox Forum