Indicates where data items used to authenticate a user are stored.
Namespace: Microsoft.Clm.Shared.CertificateServer
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As DataItemStorageType

Syntax

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

Members

Member name Description
Database The FIM CM database.
Directory The Active Directory object of the subscriber.
Extension The location specified by one of the properties of the certificate request added as an extension to FIM CM.
Subject A location specified by the subject of the certificate request.

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