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