Share via


SmartCardWriteAction Enum

Definition

Lists the possible types of processing of the data that is to be done by the smart card.

public enum SmartCardWriteAction
type SmartCardWriteAction = 
Public Enum SmartCardWriteAction
Inheritance
SmartCardWriteAction

Fields

Name Value Description
StoreData 21

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 22

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.

ExecuteData 23

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.

XmlBlockData 24

The data being sent is XML data and is to be parsed by the SCR/W to determine what actions are to take place.

SecurityFuse 25

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.

Reset 26

The smart card present in the SCR/W is instructed to reset to its "power on" state and ready to execute an application command.

Applies to