次の方法で共有


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 メソッドに渡されます。

適用対象