ClaimedMagneticStripeReader.AuthenticateDeviceAsync(Byte[]) 메서드

정의

디바이스를 인증된 상태로 전환합니다.

public:
 virtual IAsyncAction ^ AuthenticateDeviceAsync(Platform::Array <byte> ^ responseToken) = AuthenticateDeviceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction AuthenticateDeviceAsync(winrt::array_view <byte> const& responseToken);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction AuthenticateDeviceAsync(byte[] responseToken);
function authenticateDeviceAsync(responseToken)
Public Function AuthenticateDeviceAsync (responseToken As Byte()) As IAsyncAction

매개 변수

responseToken

Byte[]

byte[]

RetrieveDeviceAuthenticationDataAsync 메서드에 대한 이전 호출에서 검색된 챌린지 토큰에서 생성된 응답 토큰을 포함하는 버퍼입니다.

반환

특성

설명

메서드는 인증을 지원하는 디바이스에만 유효합니다.

디바이스를 인증하기 위해 애플리케이션은 RetrieveDeviceAuthenticationDataAsync 메서드를 호출하여 챌린지 토큰을 검색합니다. 애플리케이션은 일반적으로 공유 비밀에 대한 특별한 지식이 있고 적절한 응답 토큰을 만들 수 있는 다른 엔터티에 이 토큰을 전달합니다. 그런 다음 이 응답 토큰은 인증 요청의 유효성을 검사하는 데 사용하는 AuthenticateDeviceAsync 메서드로 전달됩니다.

적용 대상