ClaimedMagneticStripeReader.IsDeviceAuthenticated 屬性

定義

指出裝置是否已通過驗證。

public:
 property bool IsDeviceAuthenticated { bool get(); };
bool IsDeviceAuthenticated();
public bool IsDeviceAuthenticated { get; }
var boolean = claimedMagneticStripeReader.isDeviceAuthenticated;
Public ReadOnly Property IsDeviceAuthenticated As Boolean

屬性值

Boolean

bool

如果裝置已驗證,則為 True;否則為 false。

備註

此屬性只有在支援驗證的裝置中才有效。

當裝置驗證狀態變更時, 就會發生 StatusUpdated 事件來表示變更。

適用於