ManagementAuthenticationProvider.SetPassword(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, sets the password for the specified user name.
public:
abstract void SetPassword(System::String ^ userName, System::String ^ newPassword);
public abstract void SetPassword (string userName, string newPassword);
abstract member SetPassword : string * string -> unit
Public MustOverride Sub SetPassword (userName As String, newPassword As String)
Parameters
- userName
- String
The user name.
- newPassword
- String
The new password.