Click or drag to resize

UserDataPassword Property

Gets the user's password.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
[XmlElementAttribute]
[DataMemberAttribute(Order = 1)]
public string Password { get; set; }
View Source

Property Value

String
Remarks
This field is only used to store hashed user passwords which are stored in the database.
See Also