Share via


SmartCardWriteAction Enumeration

Indicates the type of processing of the data that is to be done by the smart card.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim smartCardWriteAction1 As SmartCardWriteAction = SmartCardWriteAction.ExecuteData

Syntax

'Declaration
Public Enum SmartCardWriteAction
public enum SmartCardWriteAction
public enum class SmartCardWriteAction
public enum SmartCardWriteAction
public enum SmartCardWriteAction

Members

Member name Description
ExecuteData The data being sent to the smart card present in the SCR/W is to be stored in the Data Area on the smart card.
Rest The smart card present in the SCR/W is instructed to reset to its "power on" state and ready to execute an application command.
SecurityFuse The smart card present in the SCR/W will have its security fuse activated to prevent future data from being stored in the smart card.
StoreData The data being sent to the smart card present in the SCR/W is to be stored in the Data Area on the smart card.
StoreProgram The data being sent to the smart card present in the SCR/W is an executable program and is placed in the smart card memory associated with executable programs.
XmlBlockData The data being sent is XML data and is to be parsed by the SCR/W to determine what actions are to take place.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
WriteData