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 public X509Certificate2 ClientCert { get; set; }
Property Value
Type:
X509Certificate2See Also