Moonware.Server.WCF
SetUserPassword Method



The username.
The password.
Sets the user password.
Syntax
'Declaration
 
<OperationBehaviorAttribute()>
Public Function SetUserPassword( _
   ByVal username As String, _
   ByVal password As String _
) As Boolean
'Usage
 
Dim instance As MoonwareServerWCF
Dim username As String
Dim password As String
Dim value As Boolean
 
value = instance.SetUserPassword(username, password)
[OperationBehaviorAttribute()]
public bool SetUserPassword( 
   string username,
   string password
)
[OperationBehaviorAttribute()]
public:
bool SetUserPassword( 
   String^ username,
   String^ password
) 

Parameters

username
The username.
password
The password.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MoonwareServerWCF Class
MoonwareServerWCF Members

Send Feedback