MagneticStripeReaderAuthenticationLevel 列挙型

定義

磁気ストライプ リーダー認証プロトコル (NotSupported、Optional、または Required) のサポート レベルを示す定数を定義します。

public enum class MagneticStripeReaderAuthenticationLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MagneticStripeReaderAuthenticationLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MagneticStripeReaderAuthenticationLevel
var value = Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationLevel.notSupported
Public Enum MagneticStripeReaderAuthenticationLevel
継承
MagneticStripeReaderAuthenticationLevel
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

NotSupported 0

認証はサポートされていません。

Optional 1

認証をサポートしますが、必須ではありません。

Required 2

認証が必要です。

適用対象