Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the password for the current user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void SetPassword(
SecureString password
)
public:
void SetPassword(
SecureString^ password
)
Public Sub SetPassword (
password As SecureString
)
Parameters
password
Type: System.Security.SecureStringThe password for the user account.
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top