C-DEngine 5.105

ClientSslConfiguration Members

The ClientSslConfiguration type exposes the following members.

Constructors


  Name Description
Public method ClientSslConfiguration(String)
Initializes a new instance of the ClientSslConfiguration class with the specified targetHost.
Public method ClientSslConfiguration(String, X509CertificateCollection, SslProtocols, Boolean)
Initializes a new instance of the ClientSslConfiguration class with the specified targetHost, clientCertificates, 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 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.