Show / Hide Table of Contents

Class ClientCertificateAuthenticator

Inheritance
object
Authenticator
ClientCertificateAuthenticator
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 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
In This Article
Back to top Generated by DocFX