SslSettings Class |
Namespace: MongoDB.Driver
The SslSettings type exposes the following members.
Name | Description | |
---|---|---|
SslSettings | Initializes a new instance of the SslSettings class |
Name | Description | |
---|---|---|
CheckCertificateRevocation |
Gets or sets a value indicating whether to check for certificate revocation.
| |
ClientCertificates |
Gets or sets the client certificates.
| |
ClientCertificateSelectionCallback |
Gets or sets the client certificate selection callback.
| |
EnabledSslProtocols |
Gets or sets the enabled SSL protocols.
| |
ServerCertificateValidationCallback |
Gets or sets the server certificate validation callback.
|
Name | Description | |
---|---|---|
Clone |
Clones an SslSettings.
| |
Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
Equals(SslSettings) |
Determines whether the specified SslSettings is equal to this instance.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Freeze |
Freezes the settings.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a string representation of the settings.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Equality |
Determines whether two SslSettings instances are equal.
| |
Inequality |
Determines whether two SslSettings instances are not equal.
|
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |