Defines flags that specify various options for data collection for a FIM CM request.
Namespace: Microsoft.Clm.Shared.Requests
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As DataCollectionFlags

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration DataCollectionFlags
C#
[FlagsAttribute] 
public enum DataCollectionFlags
C++
[FlagsAttribute] 
public enum class DataCollectionFlags
J#
/** @attribute FlagsAttribute() */ 
public enum DataCollectionFlags
JScript
FlagsAttribute 
public enum DataCollectionFlags

Members

Member name Description
CertificateManagerProvided The certificate manager (the initiator or approver of a FIM CM request) provides the manager data collection items. If there are no manager data collection items defined in the policy, this flag is set when a FIM CM request is created.
None Neither the certificate manager nor the subscriber provides data collection items.
SubscriberProvided The subscriber (the target user of a FIM CM request) provides the subscriber data collection items. If there are no subscriber data collection items defined in the policy, this flag is set when a FIM CM request is created.

Remarks

The data collection options are configured in the profile templates and could allow for collection of data from the certificate subscriber, the certificate manager, or neither.


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