Specifies whether client authentication (certificate request) is enabled |
|
|
|
Parameters [DLL]handle - handle to the TElSecureServer object that was returned by Constructor |
|
Description
This property defines whether server should request the client's certificate.
If the client doesn't have certificate, server actions depend on AuthenticationLevel property value.
If the client has one,
the OnCertificateValidate
event is fired. Then the
InternalValidate
method can be called to obtain the certificate validity options.
|
|