Show / Hide Table of Contents

Class ListenerCertificateAuthenticator

ListenerCertificateAuthenticator provides certificate authentication for authenticating clients.

Inheritance
object
ListenerCertificateAuthenticator
Implements
IListenerAuthenticator
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ListenerCertificateAuthenticator : IListenerAuthenticator
Remarks

NOTE: This is an enterprise edition feature

Constructors

| Improve this Doc View Source

ListenerCertificateAuthenticator(ListenerCertificateAuthenticatorCallback)

Declaration
public ListenerCertificateAuthenticator(ListenerCertificateAuthenticator.ListenerCertificateAuthenticatorCallback certificateAuthenticationCallback)
Parameters
Type Name Description
ListenerCertificateAuthenticator.ListenerCertificateAuthenticatorCallback certificateAuthenticationCallback
| Improve this Doc View Source

ListenerCertificateAuthenticator(X509Certificate2Collection)

Declaration
public ListenerCertificateAuthenticator(X509Certificate2Collection rootCerts)
Parameters
Type Name Description
X509Certificate2Collection rootCerts

Properties

| Improve this Doc View Source

RootCerts

Declaration
public X509Certificate2Collection RootCerts { get; set; }
Property Value
Type Description
X509Certificate2Collection
| Improve this Doc View Source

ServerCertificateAuthenticationCallback

Declaration
public ListenerCertificateAuthenticator.ListenerCertificateAuthenticatorCallback ServerCertificateAuthenticationCallback { get; set; }
Property Value
Type Description
ListenerCertificateAuthenticator.ListenerCertificateAuthenticatorCallback

Implements

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