Class ClientCertificateAuthenticator
A class designed to perform replication authentication using a given TLSIdentity instance (i.e. client certificate authentication)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ClientCertificateAuthenticator : Authenticator
Remarks
NOTE: This is an enterprise edition feature
Constructors
| Improve this Doc View SourceClientCertificateAuthenticator(TLSIdentity)
Creates a ClientCertificateAuthenticator object with an identity which contains(Public & Private) keys and the certificate and optional CA Certs for verifying the identity’s certification.
Declaration
public ClientCertificateAuthenticator(TLSIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
TLSIdentity | identity |
Remarks
NOTE: This is an enterprise edition feature
Properties
| Improve this Doc View SourceIdentity
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