This object encapsulates an Apple VAS message, as it is transmitted by the NFC-enabled iPhone or iPad.
More...
|
|
| AppleVasMessage (AppleVasMerchant merchant, byte[] rawMessage) |
| | Try to decode a Message from the raw message provided by the iPhone or iPad.
|
| |
|
bool | IsTimestampAllowed (int delta=DefaultTimestampDelta) |
| | Check whether the delta between the computer's current date/time and the timestamp of the message is within an acceptable range. The delta is expressed in seconds.
|
| |
|
|
bool | Valid [get] |
| |
|
DateTime | Timestamp [get] |
| | Provides the timestamp of the message, i.e. the date/time (in UTC) it has been created on the iPhone or iPad.
|
| |
|
byte [] | Bytes [get] |
| | Raw content of the message provided by the iPhone or iPad.
|
| |
|
string | Text [get] |
| | Text translation of the message provided by the iPhone or iPad.
|
| |
This object encapsulates an Apple VAS message, as it is transmitted by the NFC-enabled iPhone or iPad.
The documentation for this class was generated from the following file:
- D:/dev/interne/springcard.software.multiprod/src/common/lib-cs/pcsc-helpers/CardHelpers/AppleVAS/AppleVAS.cs