Class CertificatePathFactory
A CertificateFactory that looks up an x509 given a directory path and password.
Inheritance
CertificatePathFactory
Assembly: Couchbase.NetClient.dll
Syntax
public class CertificatePathFactory : ICertificateFactory
Constructors
|
Edit this page
View Source
CertificatePathFactory(string, string)
Declaration
public CertificatePathFactory(string path, string password)
Parameters
Methods
|
Edit this page
View Source
GetCertificates()
Declaration
public X509Certificate2Collection GetCertificates()
Returns
Implements