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+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public DeviceSettingValue<string> Password { get; set; }

Property Value

DeviceSettingValueString

See Also