Share via


X509CertificateStore.StoreProvider Enumeration

Specifies the provider of the X.509 certificate store.

Namespace: Microsoft.Web.Services2.Security.X509
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim x509CertificateStore_StoreProvider1 As X509CertificateStore.StoreProvider = X509CertificateStore.StoreProvider.Collection

Syntax

'Declaration
Public Enum X509CertificateStore.StoreProvider
public enum X509CertificateStore.StoreProvider
public enum class X509CertificateStore.StoreProvider
public enum X509CertificateStore.StoreProvider
public enum X509CertificateStore.StoreProvider

Members

Member name Description
Collection The certificate store is created to be a collection of other stores.
File The certificate store is created from a file.
Memory The certificate store is created in cached memory. This is often used to create a temporary store.
System The certificate store is created from the specified system store. The system store is a logical, collection store that consists of one or more physical stores.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

Microsoft.Web.Services2.Security.X509 Namespace