User.SetPassword Method (SecureString)
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