MsrAuthenticationProtocolType 列挙 (pointofservicedriverinterface.h)
この列挙は、磁気ストライプ リーダー (MSR) 認証プロトコルを定義します。
構文
typedef enum _MsrAuthenticationProtocol {
MsrAuthenticationProtocolType_None,
MsrAuthenticationProtocolType_ChallengeResponse
} MsrAuthenticationProtocolType;
定数
MsrAuthenticationProtocolType_None 認証はサポートされていません。 |
MsrAuthenticationProtocolType_ChallengeResponse チャレンジ応答認証がサポートされています。 |
注釈
パスワード認証は、チャレンジ応答認証の例です。
要件
要件 | 値 |
---|---|
Header | pointofservicedriverinterface.h (Pointofservicedriverinterface.h を含む) |