SmartCardIsoEmvModes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the valid message standards for a Smart Card device.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum SmartCardIsoEmvModes
[<System.Flags>]
type SmartCardIsoEmvModes =
Public Enum SmartCardIsoEmvModes
- Inheritance
-
SmartCardIsoEmvModes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Iso | 1 | APDU messaging format conforms to the ISO standard. |
Emv | 2 | APDU messaging format conforms to the EMV standard. |