Freigeben über


MsrAuthenticationProtocolType-Enumeration (pointofservicedriverinterface.h)

Diese Enumeration definiert MSR-Authentifizierungsprotokolle (Magnetic Stripe Reader).

Syntax

typedef enum _MsrAuthenticationProtocol {
  MsrAuthenticationProtocolType_None,
  MsrAuthenticationProtocolType_ChallengeResponse
} MsrAuthenticationProtocolType;

Konstanten

 
MsrAuthenticationProtocolType_None
Die Authentifizierung wird nicht unterstützt.
MsrAuthenticationProtocolType_ChallengeResponse
Die Anforderungsantwortauthentifizierung wird unterstützt.

Hinweise

Die Kennwortauthentifizierung ist ein Beispiel für die Anforderungsantwortauthentifizierung.

Anforderungen

Anforderung Wert
Header pointofservicedriverinterface.h (include Pointofservicedriverinterface.h)