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