Show / Hide Table of Contents

Delegate ListenerCertificateAuthenticator.ListenerCertificateAuthenticatorCallback

Server to verify the certificate chain received from the client callback.

Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public delegate bool ListenerCertificateAuthenticatorCallback(object sender, X509Certificate2Collection chain);
Parameters
Type Name Description
System.Object sender
System.Security.Cryptography.X509Certificates.X509Certificate2Collection chain
Returns
Type Description
System.Boolean
Remarks

NOTE: This is an enterprise edition feature

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX