Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class PredefinedCertificateFactory

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

    Constructors

    | Edit this page View Source

    PredefinedCertificateFactory(IEnumerable<X509Certificate2>)

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

    PredefinedCertificateFactory(params X509Certificate2[])

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

    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.