Enum PasswordValidity
Determines the type of the password.
public enum PasswordValidity
Fields
Invalid = 0
Password is neither user nor owner password.
OwnerPassword = 2
Password is owner password.
UserPassword = 1
Password is user password.