MsrAuthenticationProtocol

This enumeration defines magnetic stripe reader (MSR) authentication protocols.

Syntax

typedef enum _MsrAuthenticationProtocol {
    MsrAuthenticationProtocolType_None = 0,
    MsrAuthenticationProtocolType_ChallengeResponse,
} MsrAuthenticationProtocolType;

Members

  • MsrAuthenticationProtocolType_None
    Authentication is not supported.

  • MsrAuthenticationProtocolType_ChallengeResponse
    Challenge-response authentication is supported.

    Tip  

    Password authentication is an example of challenge-response authentication.

     

Requirements

Header: pointofservicedriverinterface.h

 

 

Send comments about this topic to Microsoft