This property retrieves how many "allowable uses" are remaining (i.e. how many more times the application can be used).

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

Property Value

Read Only

Explanation

The Count property retrieves how many "allowable uses" are remaining. (i.e. how many more times the application can be used). This property will retrieve the "remaining allowable uses" when that type of protection has been applied.

If the Count property is checked before the application program has run then the value retrieved will be the initial value. The Count property value is set after the OueryProtectInformation method has been successfully executed.

 

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect