DevicePasswordRequest

DevicePasswordRequest class

Specifies the request to set recovery password of the client device by the server. To clear an existing recovery password, the client MUST send an empty Password.

public class DevicePasswordRequest

Constructors

Name Description
DevicePasswordRequest() The default constructor.

Properties

Name Description
Password { get; set; } Specifies the recovery password of the client device, which is stored by the server. The value of the DevicePassword has a maximum length of 255 characters.

See Also