RequestOperations.InitiateUnblock Method

Creates a new CLM unblock request for a smart card.

Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in microsoft.clm.provision.dll)

Syntax

'Declaration
Public Shared Function InitiateUnblock ( _
    smartcard As Smartcard, _
    dataCollection As DataCollection, _
    comment As String, _
    priority As Byte _
) As Request
'Usage
Dim smartcard As Smartcard
Dim dataCollection As DataCollection
Dim comment As String
Dim priority As Byte
Dim returnValue As Request

returnValue = RequestOperations.InitiateUnblock(smartcard, dataCollection, comment, priority)
public static Request InitiateUnblock (
    Smartcard smartcard,
    DataCollection dataCollection,
    string comment,
    byte priority
)
public:
static Request^ InitiateUnblock (
    Smartcard^ smartcard, 
    DataCollection^ dataCollection, 
    String^ comment, 
    unsigned char priority
)
public static Request InitiateUnblock (
    Smartcard smartcard, 
    DataCollection dataCollection, 
    String comment, 
    byte priority
)
public static function InitiateUnblock (
    smartcard : Smartcard, 
    dataCollection : DataCollection, 
    comment : String, 
    priority : byte
) : Request

Parameters

  • smartcard
    A Smartcard object that describes the smart card to be unblocked.
  • comment
    A String object that contains a comment to be included in the history of the CLM request. Set this parameter to Null for no comment.
  • priority
    The priority of the CLM request.

Return Value

A Request object for the new CLM unblock request for the smart card.

Remarks

The following permissions are checked when this method is called:

  • The current user must have CLM Request Unblock Smart Card permissions on the target user.

  • The current user must have Read permissions on the profile template.

  • The current user must be a CLM manager with CLM Request Unblock Smart Card permissions on the service connection point.

  • The current user must be listed as an Initiator on the Unblock policy.

Platforms

Windows XP SP2, Windows Server 2003 SP1

See Also

Reference

RequestOperations Class
RequestOperations Members
Microsoft.Clm.Provision Namespace
DataCollection
DataCollectionItem
Request
Smartcard

Footer image

Send comments about this topic to Microsoft.

© 2007 Microsoft Corporation. All rights reserved.