ServiceProxy<TService>.AuthenticateDeviceCore Method

Definition

Authenticates a device with Windows Live.

protected:
 virtual Microsoft::Xrm::Sdk::Client::SecurityTokenResponse ^ AuthenticateDeviceCore();
protected virtual Microsoft.Xrm.Sdk.Client.SecurityTokenResponse AuthenticateDeviceCore ();
abstract member AuthenticateDeviceCore : unit -> Microsoft.Xrm.Sdk.Client.SecurityTokenResponse
override this.AuthenticateDeviceCore : unit -> Microsoft.Xrm.Sdk.Client.SecurityTokenResponse
Protected Overridable Function AuthenticateDeviceCore () As SecurityTokenResponse

Returns

A security token response.

Remarks

The DeviceCredentials must be set prior to this method being called.

Applies to