Defines flags that describe FIM CM requests.
Namespace: Microsoft.Clm.Common.Requests
Assembly: Microsoft.Clm.Common (in microsoft.clm.common.dll)

Usage

Visual Basic
Dim instance As RequestFlags

Syntax

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

Members

Member name Description
BaseCsp The request is a smart card Base CSP request. This option must be combined with the SmartCard flag.
Certificate The FIM CM request is an individual certificate request. This option is not used in CLM version 1.
EnrollmentAgent The FIM CM request requires an enrollment agent to run the request after the request has been approved.
Profile The FIM CM request is a software certificate profile request.
SelfService The FIM CM request has been initiated by an end-user.
SmartCard The request is for a smart card profile.

Remarks

This enumeration defines options that are associated with a FIM CM 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