FindOperations.GetSmartcard Method
Retrieves the specified smart card.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in Microsoft.Clm.Provision.dll)
Usage
'Usage
Dim smartcardUuid As Guid
Dim returnValue As Smartcard
returnValue = FindOperations.GetSmartcard(smartcardUuid)
Syntax
'Declaration
Public Shared Function GetSmartcard ( _
smartcardUuid As Guid _
) As Smartcard
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.
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
FindOperations Class
FindOperations Members
Microsoft.Clm.Provision Namespace
Smartcard