RequestType Enumeration

Defines types of FIM CM requests.

Namespace: Microsoft.Clm.Shared.Requests
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim instance As RequestType

Syntax

'Declaration
Public Enumeration RequestType
public enum RequestType
public enum class RequestType
public enum RequestType
public enum RequestType

Members

Member name Description
Disable A request to disable a smart card or a software profile.
Duplicate A request to duplicate a smart card or a software profile.
Enroll A request to enroll a smart card or a software profile.
None Unspecified type of FIM CM request.
OfflineUnblock A request to unblock a smartcard while not connected to the FIM CM server.
OnlineUpdate A request to perform an online update of a smart card or software profile.
Recover A request to recover a smart card or a software profile. Smart cards also refer to this kind of request as a replacement request.
RecoverOnBehalf A request to recover previously archived certificates for a specific smart card or software profile.
Renew A request to renew a smart card or a software profile.
Retire A request to retire a smart card.
SuspendOrReinstate A request to suspend or reinstate a smart card or a software profile.
TemporaryCardDisable A request to disable a temporary smart card.
TemporaryCardEnroll A request to create a temporary smart card profile.
TemporaryCardRetire A request to retire a temporary smart card.
Unblock A request to unblock a smart card.

Remarks

Only selected request types are available through the Microsoft.Clm.Provision API. These includes enroll, recover, unblock, offline unblock and retire.

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

Reference

Microsoft.Clm.Shared.Requests Namespace