'Declaration Public Sub ChangePassword( _ ByVal newPassword As String _ )
public void ChangePassword( string newPassword )
Parameters
- newPassword
- New password in UTF-8 encoding.
'Declaration Public Sub ChangePassword( _ ByVal newPassword As String _ )
public void ChangePassword( string newPassword )
If the database is not encrypted, this method throws System.NotSupportedException.
If the connection is not opened, this method throws System.InvalidOperationException.