ClaimedMagneticStripeReader.AuthenticateDeviceAsync(Byte[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイスを認証された状態にします。
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 メソッドに渡されます。