Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class CertificateStoreFactory

A CertificateFactory that queries the X509Store for a certificate using the search criteria here: https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509store?view=netcore-3.1

Inheritance
object
CertificateStoreFactory
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 CertificateStoreFactory : ICertificateFactory

Constructors

View Source

CertificateStoreFactory(CertificateStoreSearchCriteria)

Declaration
public CertificateStoreFactory(CertificateStoreSearchCriteria searchCriteria)
Parameters
Type Name Description
CertificateStoreSearchCriteria searchCriteria

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.