FindOperations.GetSmartcard Method
Retrieves the specified smart card.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in microsoft.clm.provision.dll)
Syntax
'Declaration
Public Shared Function GetSmartcard ( _
smartcardUuid As Guid _
) As Smartcard
'Usage
Dim smartcardUuid As Guid
Dim returnValue As Smartcard
returnValue = FindOperations.GetSmartcard(smartcardUuid)
public static Smartcard GetSmartcard (
Guid smartcardUuid
)
public:
static Smartcard^ GetSmartcard (
Guid smartcardUuid
)
public static Smartcard GetSmartcard (
Guid smartcardUuid
)
public static function GetSmartcard (
smartcardUuid : Guid
) : Smartcard
Parameters
- smartcardUuid
A Guid object that identifies the smart card to be retrieved.
Return Value
The Smartcard object that has the specified Guid.
Remarks
Guid objects are used to uniquely identify objects in the system.
Platforms
Windows XP SP2, Windows Server 2003 SP1
See Also
Reference
FindOperations Class
FindOperations Members
Microsoft.Clm.Provision Namespace
Smartcard
.gif)
Send comments about this topic to Microsoft.
© 2007 Microsoft Corporation. All rights reserved.