GenerateDeviceCredential
Generates the device name and password, which are used for Dynamics CRM Online authentication. This is currently deprecated
Input
Name | Type | Description |
DeviceCredentialLocation | String | The file path to store the device name and device password. This attribute is used in only Windows Live Id authentication in Dynamic CRM Online. |
DeviceCredentialPassword | String | The password to encrypt the device password. If the password is empty, the device password will not be encrypted. This attribute is used in only Windows Live Id authentication in Dynamic CRM Online. |
Result Set Columns
Name | Type | Description |
DeviceName | String | The user-defined Windows Live Services device Id. |
DevicePassword | String | The user-defined Windows Live Services device password. |
Success | String | Indicates whether the stored procedure was successful. |