[]
Returns true if the specified password is the same as the write-protection password the file was protected with.
public bool ValidatePassword(string password)
Public Function ValidatePassword(password As String) As Boolean
Type | Name | Description |
---|---|---|
string | password | The specified password. |
Type | Description |
---|---|
bool |