Msr.DeauthenticateDevice(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.