Click or drag to resize

ReplicatorOptionsDictionaryClientCert Property

Gets or set the certificate to be used with client side authentication during TLS requests (optional)

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public X509Certificate2 ClientCert { get; set; }

Property Value

Type: X509Certificate2
See Also