Class CertificateStoreSearchCriteria
An options class for locating a certification store and returning a X509Certificate2Collection.
Inherited Members
Namespace: Couchbase.Core.IO.Authentication.X509
Assembly: Couchbase.NetClient.dll
Syntax
public class CertificateStoreSearchCriteria
Properties
| Edit this page View SourceFindValue
The search criteria as an object.
Declaration
public object FindValue { get; set; }
Property Value
Type | Description |
---|---|
object |
StoreLocation
Specifies the location of the X.509 certificate store.
Declaration
public StoreLocation StoreLocation { get; set; }
Property Value
Type | Description |
---|---|
StoreLocation |
StoreName
Specifies the name of the X.509 certificate store to open.
Declaration
public StoreName StoreName { get; set; }
Property Value
Type | Description |
---|---|
StoreName |
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 |