Share via


Msr.DeauthenticateDevice(Byte[]) Method

Definition

Deauthenticates a device that is currently in the authenticated state

public virtual void DeauthenticateDevice (byte[] responseToken);
abstract member DeauthenticateDevice : byte[] -> unit
override this.DeauthenticateDevice : byte[] -> unit
Public Overridable Sub DeauthenticateDevice (responseToken As Byte())

Parameters

responseToken
Byte[]

A response token generated from the challenge token retrieved from a previous call to the RetrieveDeviceAuthenticationData() method.

Applies to