Class CertificatePathFactory
A CertificateFactory that looks up an x509 given a directory path and password.
Implements
Inherited Members
Namespace: Couchbase.Core.IO.Authentication.X509
Assembly: Couchbase.NetClient.dll
Syntax
public class CertificatePathFactory : ICertificateFactory
Constructors
| Edit this page View SourceCertificatePathFactory(string, string)
Declaration
public CertificatePathFactory(string path, string password)
Parameters
Methods
| Edit this page View SourceGetCertificates()
Declaration
public X509Certificate2Collection GetCertificates()
Returns
Type | Description |
---|---|
X509Certificate2Collection |