Defines values that indicate the status of a smart card.
Namespace: Microsoft.Clm.Shared.Smartcards
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As SmartcardStatus

Syntax

Visual Basic
Public Enumeration SmartcardStatus
C#
public enum SmartcardStatus
C++
public enum class SmartcardStatus
J#
public enum SmartcardStatus
JScript
public enum SmartcardStatus

Members

Member name Description
Active The smart card is active and fully functional.
Assigned The smart card is assigned to a user as part of the process of being created.
Disabled The smart card is disabled.
New The smart card is in the process of being created.
None No status information is specified for the smart card.
Retired The smart card has been retired. The lifecycle of the smart card has ended.
Suspended The smart card is temporarily suspended.

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