Class ClientCertificateAuthenticator
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
Constructors
| Improve this Doc View SourceClientCertificateAuthenticator(TLSIdentity)
Declaration
public ClientCertificateAuthenticator(TLSIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
TLSIdentity | identity |
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