DriverMagneticStripeReaderAuthenticationLevel - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pointofservicecommontypes.h

typedef enum DriverMagneticStripeReaderAuthenticationLevel {
  NotSupported,
  Optional,
  Required
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pointofservicecommontypes-drivermagneticstripereaderauthenticationlevel)

DriverMagneticStripeReaderAuthenticationLevel enumeration

Description

This enumeration defines the levels of magnetic stripe reader (MSR) authentication support.

Constants

NotSupported

Does not support authentication.

Optional

Supports authentication, but does not require it.

Required

Requires authentication.