Class PredefinedCertificateFactory
Inheritance
PredefinedCertificateFactory
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public class PredefinedCertificateFactory : ICertificateFactory
Constructors
|
Edit this page
View Source
PredefinedCertificateFactory(IEnumerable<X509Certificate2>)
Declaration
public PredefinedCertificateFactory(IEnumerable<X509Certificate2> certs)
Parameters
|
Edit this page
View Source
PredefinedCertificateFactory(params X509Certificate2[])
Declaration
public PredefinedCertificateFactory(params X509Certificate2[] certs)
Parameters
Methods
|
Edit this page
View Source
GetCertificates()
Declaration
public X509Certificate2Collection GetCertificates()
Returns
Implements