Perform the retire operation for a smart card.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in microsoft.clm.provision.dll)

Usage

Visual Basic
Dim requestUuid As Guid
Dim comment As String

ExecuteOperations.Retire(requestUuid, comment)

Syntax

Visual Basic
Public Shared Sub Retire ( _
		requestUuid As Guid, _
		comment As String _
)
C#
public static void Retire (
		Guid requestUuid,
		string comment
)
C++
public:
static void Retire (
		Guid requestUuid, 
		String^ comment
)
J#
public static void Retire (
		Guid requestUuid, 
		String comment
)
JScript
public static function Retire (
		requestUuid : Guid, 
		comment : String
)

Parameters

requestUuid

A Guid object that identifies the FIM CM request for which to perform the retire operation.

comment

A String object that contains a comment to be recorded in the event history for the retire operation.

Remarks

This method performs revocation of certificates associated with the retire operation. The caller is responsible to perform additional operations that affect the smart card based on the profile template configuration. This includes possible smart card reset operations or blocking of user and administrator PINs and deletion of smart card data.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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