Couchbase .NET SDK __CB_SDK_VERSION__

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.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 CertificateStoreSearchCriteria

Constructors

View Source

CertificateStoreSearchCriteria()

Declaration
public CertificateStoreSearchCriteria()

Properties

View Source

FindValue

The search criteria as an object.

Declaration
public object FindValue { get; set; }
Property Value
Type Description
object
View Source

StoreLocation

Specifies the location of the X.509 certificate store.

Declaration
public StoreLocation StoreLocation { get; set; }
Property Value
Type Description
StoreLocation
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
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
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.