Click or drag to resize

SslSettings Class

Represents the settings for using SSL.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverSslSettings

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax
public class SslSettings : IEquatable<SslSettings>

The SslSettings type exposes the following members.

Constructors
  NameDescription
Public methodSslSettings
Initializes a new instance of the SslSettings class
Top
Properties
  NameDescription
Public propertyCheckCertificateRevocation
Gets or sets a value indicating whether to check for certificate revocation.
Public propertyClientCertificates
Gets or sets the client certificates.
Public propertyClientCertificateSelectionCallback
Gets or sets the client certificate selection callback.
Public propertyEnabledSslProtocols
Gets or sets the enabled SSL protocols.
Public propertyServerCertificateValidationCallback
Gets or sets the server certificate validation callback.
Top
Methods
  NameDescription
Public methodClone
Clones an SslSettings.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(SslSettings)
Determines whether the specified SslSettings is equal to this instance.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFreeze
Freezes the settings.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string representation of the settings.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two SslSettings instances are equal.
Public operatorStatic memberInequality
Determines whether two SslSettings instances are not equal.
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also