Couchbase .NET SDK | 3.7.2
Search Results for

    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.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Core.IO.Authentication.X509
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class CertificateStoreFactory : ICertificateFactory

    Constructors

    | Edit this page View Source

    CertificateStoreFactory(CertificateStoreSearchCriteria)

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

    Methods

    | Edit this page View Source

    GetCertificates()

    Declaration
    public X509Certificate2Collection GetCertificates()
    Returns
    Type Description
    X509Certificate2Collection

    Implements

    ICertificateFactory
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.