|
UserAccountPassword Property
|
Password field - stores password hash for DB authentication only.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntax[RequiredAttribute]
[StringLengthAttribute(200)]
public string Password { get; set; }
<RequiredAttribute>
<StringLengthAttribute(200)>
Public Property Password As String
Get
Set
public:
[RequiredAttribute]
[StringLengthAttribute(200)]
property String^ Password {
String^ get ();
void set (String^ value);
}
[<RequiredAttribute>]
[<StringLengthAttribute(200)>]
member Password : string with get, set
function get_Password();
function set_Password(value);
View SourceProperty Value
String
See Also