|
UserDataPassword Property
|
Gets the user's password.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.230-beta
Syntaxfunction get_Password();
function set_Password(value);
View SourceProperty Value
String
Remarks
This field is only used to store hashed user
passwords which are stored in the database.
See Also