Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class CertificateStoreSearchCriteria

    An options class for locating a certification store and returning a X509Certificate2Collection.

    Inheritance
    object
    CertificateStoreSearchCriteria
    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 CertificateStoreSearchCriteria

    Properties

    | Edit this page View Source

    FindValue

    The search criteria as an object.

    Declaration
    public object FindValue { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    StoreLocation

    Specifies the location of the X.509 certificate store.

    Declaration
    public StoreLocation StoreLocation { get; set; }
    Property Value
    Type Description
    StoreLocation
    | Edit this page View Source

    StoreName

    Specifies the name of the X.509 certificate store to open.

    Declaration
    public StoreName StoreName { get; set; }
    Property Value
    Type Description
    StoreName
    | Edit this page View Source

    X509FindType

    Specifies the type of value that will be used to search for the x.509 certificate in the store.

    Declaration
    public X509FindType X509FindType { get; set; }
    Property Value
    Type Description
    X509FindType
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.