ClaimedMagneticStripeReader.IsDeviceAuthenticated 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 authenticated.
public:
property bool IsDeviceAuthenticated { bool get(); };
bool IsDeviceAuthenticated();
public bool IsDeviceAuthenticated { get; }
var boolean = claimedMagneticStripeReader.isDeviceAuthenticated;
Public ReadOnly Property IsDeviceAuthenticated As Boolean
Property Value
Boolean
bool
True is the device is authenticated; otherwise, false.
Remarks
This property is only valid in the devices that support authentication.
When the device authentication state changes, the StatusUpdated event occurs to indicate the change.