Click or drag to resize
SslSettings.ClientCertificates Property
Gets or sets the client certificates.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public IEnumerable<X509Certificate> ClientCertificates { get; set; }

Property Value

Type: IEnumerable<X509Certificate>
See Also