Class SslSettings
Represents the settings for using SSL.
public class SslSettings : IEquatable<SslSettings>
  - Inheritance
 - 
      
      SslSettings
 
- Implements
 
- Inherited Members
 
Properties
- CheckCertificateRevocation
 Gets or sets a value indicating whether to check for certificate revocation.
- ClientCertificateCollection
 Gets the client certificate collection.
- ClientCertificateSelectionCallback
 Gets or sets the client certificate selection callback.
- ClientCertificates
 Gets or sets the client certificates.
- EnabledSslProtocols
 Gets or sets the enabled SSL protocols.
- ServerCertificateValidationCallback
 Gets or sets the server certificate validation callback.
Methods
- Clone()
 Clones an SslSettings.
- Equals(SslSettings)
 Determines whether the specified SslSettings is equal to this instance.
- Equals(object)
 Determines whether the specified object is equal to this instance.
- Freeze()
 Freezes the settings.
- GetHashCode()
 Returns a hash code for this instance.
- ToString()
 Returns a string representation of the settings.
Operators
- operator ==(SslSettings, SslSettings)
 Determines whether two SslSettings instances are equal.
- operator !=(SslSettings, SslSettings)
 Determines whether two SslSettings instances are not equal.