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。