Click or drag to resize

DeviceIdManager Class

Management utility for the Device Id
Inheritance Hierarchy
SystemObject
  Crm.MSCrmServiceDeviceIdManager

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class DeviceIdManager

The DeviceIdManager type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberPersistIfDeviceAlreadyExists Indicates that the credentials should be persisted to the disk if registration fails with DeviceAlreadyExists.
Public propertyStatic memberPersistToFile Indicates whether the registered device credentials should be persisted to the database
Top
Methods
 NameDescription
Public methodStatic memberDiscoverEnvironment Discovers the Windows Live environment based on the Token Issuer
Public methodStatic memberLoadDeviceCredentials Loads the device's credentials from the file system
Public methodStatic memberLoadDeviceCredentials(Uri) Loads the device's credentials from the file system
Public methodStatic memberLoadOrRegisterDevice Loads the device credentials (if they exist).
Public methodStatic memberLoadOrRegisterDevice(Uri) Loads the device credentials (if they exist).
Public methodStatic memberLoadOrRegisterDevice(String, String) Loads the device credentials (if they exist).
Public methodStatic memberLoadOrRegisterDevice(Uri, String, String) Loads the device credentials (if they exist).
Public methodStatic memberRegisterDevice Registers the given device with Live ID with a random application ID
Public methodStatic memberRegisterDevice(Guid) Registers the given device with Live ID
Public methodStatic memberRegisterDevice(Guid, Uri) Registers the given device with Live ID
Public methodStatic memberRegisterDevice(Guid, String, String) Registers the given device with Live ID
Public methodStatic memberRegisterDevice(Guid, Uri, String, String) Registers the given device with Live ID
Top
Fields
See Also