C-DEngine 5.105

ServerSslConfiguration Properties

The ServerSslConfiguration 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 ClientCertificateRequired
Gets or sets a value indicating whether the client must supply a certificate for authentication.
Public property ClientCertificateValidationCallback
Gets or sets the callback used to validate the certificate supplied by the client.
Public property EnabledSslProtocols
Gets or sets the SSL protocols used for authentication.
(Inherited from SslConfiguration.)
Public property ServerCertificate
Gets or sets the certificate used to authenticate the server for secure connection.