Class SslSettings
Represents the settings for using SSL.
- Inheritance
-
Ssl
Settings
- Implements
- Inherited Members
Properties
- Check
Certificate Revocation Gets or sets a value indicating whether to check for certificate revocation.
- Client
Certificate Selection Callback Gets or sets the client certificate selection callback.
- Client
Certificates Gets or sets the client certificates.
- Enabled
Ssl Protocols Gets or sets the enabled SSL protocols.
- Server
Certificate Validation Callback Gets or sets the server certificate validation callback.
Methods
- Clone()
Clones an SslSettings.
- Equals(Ssl
Settings) Determines whether the specified Ssl
Settings is equal to this instance.
- Equals(object)
Determines whether the specified object is equal to this instance.
- Freeze()
Freezes the settings.
- Get
Hash Code() Returns a hash code for this instance.
- To
String() Returns a string representation of the settings.
Operators
- operator ==(Ssl
Settings, Ssl Settings) Determines whether two Ssl
Settings instances are equal.
- operator !=(Ssl
Settings, Ssl Settings) Determines whether two Ssl
Settings instances are not equal.