Click or drag to resize

ReplicatorConfigurationPinnedServerCertificate Property

Gets or sets a certificate to trust. All other certificates received by a Replicator with this configuration will be rejected.

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

Property Value

Type: X509Certificate2
See Also