DeviceDtoPassword Property

The password of the device. If set, we will store the password in the IAzureKeyVault. The string is only there during form submission; it must be set to Empty after the device has picked it up!

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public DeviceSettingValue<string> Password { get; set; }

Property Value

DeviceSettingValueString

See Also