C-DEngine 5.105

ServerSslConfiguration Members

The ServerSslConfiguration type exposes the following members.

Constructors


  Name Description
Public method ServerSslConfiguration(X509Certificate2)
Initializes a new instance of the ServerSslConfiguration class with the specified serverCertificate.
Public method ServerSslConfiguration(X509Certificate2, Boolean, SslProtocols, Boolean)
Initializes a new instance of the ServerSslConfiguration class with the specified serverCertificate, clientCertificateRequired, enabledSslProtocols, and checkCertificateRevocation.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.