MagneticStripeReaderCapabilities.IsTrackDataMaskingSupported Property
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.
Indicates whether the device is capable of masking track data.
public:
property bool IsTrackDataMaskingSupported { bool get(); };
bool IsTrackDataMaskingSupported();
public bool IsTrackDataMaskingSupported { get; }
var boolean = magneticStripeReaderCapabilities.isTrackDataMaskingSupported;
Public ReadOnly Property IsTrackDataMaskingSupported As Boolean
Property Value
Boolean
bool
True if the device is capable of masking track data; otherwise, false.
Remarks
When IsTrackDataMaskingSupported is true and encryption is enabled, the data returned from a data event contains masked data.