Class SslSettings
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents the settings for using SSL.
public class SslSettings : IEquatable<SslSettings>
Inheritance
SslSettings
Implements
Inherited Members
Properties
Gets or sets a value indicating whether to check for certificate revocation.
Gets the client certificate collection.
ClientCertificateSelectionCallback
Gets or sets the client certificate selection callback.
Gets or sets the client certificates.
Gets or sets the enabled SSL protocols.
ServerCertificateValidationCallback
Gets or sets the server certificate validation callback.
Methods
Clones an SslSettings.
Determines whether the specified SslSettings is equal to this instance.
Determines whether the specified object is equal to this instance.
Freezes the settings.
Returns a hash code for this instance.
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.