Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines magnetic stripe reader (MSR) authentication protocols.
Syntax
typedef enum _MsrAuthenticationProtocol {
MsrAuthenticationProtocolType_None,
MsrAuthenticationProtocolType_ChallengeResponse
} MsrAuthenticationProtocolType;
Constants
MsrAuthenticationProtocolType_NoneAuthentication is not supported. |
MsrAuthenticationProtocolType_ChallengeResponseChallenge-response authentication is supported. |
Remarks
Password authentication is an example of challenge-response authentication.
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |