ClaimedMagneticStripeReader.IsDeviceAuthenticated Property

Definition

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.

Applies to