Share via


Msr.AuthenticateDevice(Byte[]) Method

Definition

Authenticates a device.

public virtual void AuthenticateDevice (byte[] responseToken);
abstract member AuthenticateDevice : byte[] -> unit
override this.AuthenticateDevice : byte[] -> unit
Public Overridable Sub AuthenticateDevice (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