Click or drag to resize
TlsOptions Properties

The TlsOptions type exposes the following members.

Properties
  NameDescription
Public propertyCheckRevocation
Enables or disables CRL checking. By default it is disabled.
Public propertyClientCredentials
Gets client credentials
Public propertyCrlFetchTimeout
Gets or sets timeout of fetching CRL from the CRL distribution point. Default value is 20 seconds.
Public propertyTlsHandshakeTimeout
Gets or sets TLS handshake timeout. Default value is 10 seconds.
Public propertyTrustedCertificates
Gets trusted certificates collection
Top
See Also