'Declaration Public Shared Sub ChangePassword( _ ByVal connectionString As String, _ ByVal newPassword As String _ )
public static void ChangePassword( string connectionString, string newPassword )
Parameters
- connectionString
- The connection string that specifies the user to change the password for. Must contain the user ID and the current password.
- newPassword
- The new password.