Click or drag to resize

ClientSslConfiguration Properties

The ClientSslConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyCheckCertificateRevocation
Gets or sets a value indicating whether the certificate revocation list is checked during authentication.
Public propertyClientCertificates
Gets or sets the certificates from which to select one to supply to the server.
Public propertyClientCertificateSelectionCallback
Gets or sets the callback used to select the certificate to supply to the server.
Public propertyEnabledSslProtocols
Gets or sets the protocols used for authentication.
Public propertyServerCertificateValidationCallback
Gets or sets the callback used to validate the certificate supplied by the server.
Public propertyTargetHost
Gets or sets the target host server name.
Top
See Also