This property retreives the type of password, i.e. whether the password is numeric or alpha-numeric.

[Visual Basic] Public ReadOnly Property PasswordType As Integer
[C#] public int PasswordType {get;}

Property Value

Read Only

Value Explanation
0 The password is numeric. It consists of numerals only.
1 The password is alpha-numeric. It consists of numerals and alphabetic characters both upper case and lower case.
2 The password is alpha-numeric. It consists of numerals and alphabetic characters, upper case only.

Explanation

The PasswordType property retreives the type of password, i.e. whether the password is numeric or alpha-numeric.

The PasswordType property value is set after the OueryProtectInformation method has been successfully executed.

 

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect