Click or drag to resize

ServerSslConfiguration Properties

The ServerSslConfiguration 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 propertyClientCertificateRequired
Gets or sets a value indicating whether the client is asked for a certificate for authentication.
Public propertyClientCertificateValidationCallback
Gets or sets the callback used to validate the certificate supplied by the client.
Public propertyEnabledSslProtocols
Gets or sets the protocols used for authentication.
Public propertyServerCertificate
Gets or sets the certificate used to authenticate the server.
Top
See Also