MsrTrackData Class
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.
An instance of MsrTrackData is returned by the ParseMsrTrackData protected method of the MsrBase class. Tracks 1 through 4 are decoded and stored in each of the four, discrete Track properties.
public class MsrTrackData
type MsrTrackData = class
Public Class MsrTrackData
- Inheritance
-
MsrTrackData
Constructors
MsrTrackData() |
Creates a new instance of the MsrTrackData class. |
MsrTrackData(Byte[], Byte[], Byte[], Byte[], Byte[], Int32, Byte[], Int32, Byte[], Int32, Byte[], Int32) | |
MsrTrackData(Byte[], Byte[], Byte[], Byte[]) |
Creates a new instance of the MsrTrackData class with the specified MSR track data. |
MsrTrackData(Byte[], Int32, Byte[], Int32, Byte[], Int32, Byte[], Int32) |
Properties
Track1Data |
Holds decoded data from the first MSR track. |
Track1EncryptedData | |
Track1EncryptedDataLength | |
Track2Data |
Holds decoded data from the second MSR track. |
Track2EncryptedData | |
Track2EncryptedDataLength | |
Track3Data |
Holds decoded data from the third MSR track. |
Track3EncryptedData | |
Track3EncryptedDataLength | |
Track4Data |
Holds decoded data from the fourth MSR track. |
Track4EncryptedData | |
Track4EncryptedDataLength |
Methods
Clone() |