Perform the unblock 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

ExecuteOperations.Unblock(requestUuid)

Syntax

Visual Basic
Public Shared Sub Unblock ( _
		requestUuid As Guid _
)
C#
public static void Unblock (
		Guid requestUuid
)
C++
public:
static void Unblock (
		Guid requestUuid
)
J#
public static void Unblock (
		Guid requestUuid
)
JScript
public static function Unblock (
		requestUuid : Guid
)

Parameters

requestUuid

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

Remarks

The caller is responsible to communicate with the smart card to perform the actual unblock operation either through base CSP challenge-response authentication or by using the administrator PIN.


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