Msr.AuthenticateDevice(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.
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.