C-DEngine 5.105

ClientSslConfiguration Properties

The ClientSslConfiguration type exposes the following members.

Properties


  Name Description
Protected property CertificateSelectionCallback (Inherited from SslConfiguration.)
Protected property CertificateValidationCallback (Inherited from SslConfiguration.)
Public property CheckCertificateRevocation
Gets or sets a value indicating whether the certificate revocation list is checked during authentication.
(Inherited from SslConfiguration.)
Public property ClientCertificates
Gets or sets the collection that contains client certificates.
Public property ClientCertificateSelectionCallback
Gets or sets the callback used to select a client certificate to supply to the server.
Public property EnabledSslProtocols
Gets or sets the SSL protocols used for authentication.
(Inherited from SslConfiguration.)
Public property ServerCertificateValidationCallback
Gets or sets the callback used to validate the certificate supplied by the server.
Public property TargetHost
Gets or sets the name of the server that shares a secure connection.