| 
            
              UserDataPassword Property
             | 
          
        
        
            Gets the user's password.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntax[XmlElementAttribute]
[DataMemberAttribute(Order = 1)]
public string Password { get; set; }<XmlElementAttribute>
<DataMemberAttribute(Order := 1)>
Public Property Password As String
	Get
	Set
public:
[XmlElementAttribute]
[DataMemberAttribute(Order = 1)]
property String^ Password {
	String^ get ();
	void set (String^ value);
}[<XmlElementAttribute>]
[<DataMemberAttribute(Order = 1)>]
member Password : string with get, set
function 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