Defines the types of storage methods that can be used to store data collection items.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As DataCollectionItemStorageType

Syntax

Visual Basic
Public Enumeration DataCollectionItemStorageType
C#
public enum DataCollectionItemStorageType
C++
public enum class DataCollectionItemStorageType
J#
public enum DataCollectionItemStorageType
JScript
public enum DataCollectionItemStorageType

Members

Member name Description
Database Data collection items are stored in a database.
Directory Data collection items are stored in a directory
Extension Data collection items are stored in the certificate extension.
None The storage method for the data collection items is not specified.
Subject Data collection items are stored in the certificate subject.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also