Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class CertificatePathFactory

A CertificateFactory that looks up an x509 given a directory path and password.

Inheritance
object
CertificatePathFactory
Implements
ICertificateFactory
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Core.IO.Authentication.X509
Assembly: Couchbase.NetClient.dll
Syntax
public class CertificatePathFactory : ICertificateFactory

Constructors

View Source

CertificatePathFactory(string, string)

Declaration
public CertificatePathFactory(string path, string password)
Parameters
Type Name Description
string path
string password

Methods

View Source

GetCertificates()

Declaration
public X509Certificate2Collection GetCertificates()
Returns
Type Description
X509Certificate2Collection

Implements

ICertificateFactory
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.