Clones an SslSettings.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.1.0
Syntax public SslSettings Clone()
Public Function Clone As SslSettings
member Clone : unit -> SslSettings
Return Value
Type:
SslSettingsThe cloned SslSettings.
See Also