ExecuteOperations.Unblock Method
Perform the unblock operation for a smart card.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in Microsoft.Clm.Provision.dll)
Usage
'Usage
Dim requestUuid As Guid
ExecuteOperations.Unblock(requestUuid)
Syntax
'Declaration
Public Shared Sub Unblock ( _
requestUuid As Guid _
)
public static void Unblock (
Guid requestUuid
)
public:
static void Unblock (
Guid requestUuid
)
public static void Unblock (
Guid requestUuid
)
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
Reference
ExecuteOperations Class
ExecuteOperations Members
Microsoft.Clm.Provision Namespace