Class ListenerCertificateAuthenticator
ListenerCertificateAuthenticator provides certificate authentication for authenticating clients.
Inheritance
ListenerCertificateAuthenticator
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ListenerCertificateAuthenticator : IListenerAuthenticator
Constructors
|
Improve this Doc
View Source
ListenerCertificateAuthenticator(ListenerCertificateAuthenticatorCallback)
Declaration
public ListenerCertificateAuthenticator(ListenerCertificateAuthenticator.ListenerCertificateAuthenticatorCallback certificateAuthenticationCallback)
Parameters
|
Improve this Doc
View Source
ListenerCertificateAuthenticator(X509Certificate2Collection)
Declaration
public ListenerCertificateAuthenticator(X509Certificate2Collection rootCerts)
Parameters
Properties
|
Improve this Doc
View Source
RootCerts
Declaration
public X509Certificate2Collection RootCerts { get; set; }
Property Value
|
Improve this Doc
View Source
ServerCertificateAuthenticationCallback
Declaration
public ListenerCertificateAuthenticator.ListenerCertificateAuthenticatorCallback ServerCertificateAuthenticationCallback { get; set; }
Property Value
Implements