Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class PredefinedCertificateFactory

Inheritance
object
PredefinedCertificateFactory
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
[InterfaceStability(Level.Volatile)]
public class PredefinedCertificateFactory : ICertificateFactory

Constructors

View Source

PredefinedCertificateFactory(IEnumerable<X509Certificate2>)

Declaration
public PredefinedCertificateFactory(IEnumerable<X509Certificate2> certs)
Parameters
Type Name Description
IEnumerable<X509Certificate2> certs
View Source

PredefinedCertificateFactory(X509Certificate2Collection)

Declaration
public PredefinedCertificateFactory(X509Certificate2Collection certs)
Parameters
Type Name Description
X509Certificate2Collection certs
View Source

PredefinedCertificateFactory(params X509Certificate2[])

Declaration
public PredefinedCertificateFactory(params X509Certificate2[] certs)
Parameters
Type Name Description
X509Certificate2[] certs

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.