Class ClientCertificateAuthenticator
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