RequestFlags Enumeration
Defines flags that describe FIM CM requests.
Namespace: Microsoft.Clm.Common.Requests
Assembly: Microsoft.Clm.Common (in Microsoft.Clm.Common.dll)
Usage
'Usage
Dim instance As RequestFlags
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration RequestFlags
[FlagsAttribute]
public enum RequestFlags
[FlagsAttribute]
public enum class RequestFlags
/** @attribute FlagsAttribute() */
public enum RequestFlags
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