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。

适用于