Show / Hide Table of Contents

Class ClientCertificateAuthenticator

Inheritance
System.Object
Authenticator
ClientCertificateAuthenticator
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ClientCertificateAuthenticator : Authenticator

Constructors

| Improve this Doc View Source

ClientCertificateAuthenticator(TLSIdentity)

Declaration
public ClientCertificateAuthenticator(TLSIdentity identity)
Parameters
Type Name Description
TLSIdentity identity

Properties

| Improve this Doc View Source

Identity

The identity object given when creating the ClientCertificaterAuthenticator object.

Declaration
public TLSIdentity Identity { get; }
Property Value
Type Description
TLSIdentity
Remarks

NOTE: This is an enterprise edition feature

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