AuthenticablePrincipal.SetPassword(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.
Sets the account password to the specified value.
public:
void SetPassword(System::String ^ newPassword);
public void SetPassword (string newPassword);
member this.SetPassword : string -> unit
Public Sub SetPassword (newPassword As String)
Parameters
- newPassword
- String
The new password.
Exceptions
Throws an exception if the caller does not have appropriate rights, the new password does not meet password complexity requirements, or for any other reason that the underlying stores reject the password change.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.