次の方法で共有


ClaimedMagneticStripeReader.DeAuthenticateDeviceAsync(Byte[]) メソッド

定義

デバイスを認証されていない状態にします。

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

パラメーター

responseToken

Byte[]

byte[]

RetrieveDeviceAuthenticationDataAsync メソッドの前の呼び出しから取得したチャレンジ トークンから生成された応答トークンを含むバッファー。

戻り値

属性

注釈

成功すると、 IsDeviceAuthenticated プロパティは false に変わります。

適用対象