Partager via


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

See Also

User Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top