// pointofservicedriverinterface.h
typedef enum _MsrAuthenticationProtocol {
MsrAuthenticationProtocolType_None,
MsrAuthenticationProtocolType_ChallengeResponse
} MsrAuthenticationProtocolType;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration defines magnetic stripe reader (MSR) authentication protocols.
MsrAuthenticationProtocolType_NoneAuthentication is not supported.
MsrAuthenticationProtocolType_ChallengeResponseChallenge-response authentication is supported.
Password authentication is an example of challenge-response authentication.