Property All
- Namespace
- DotNetBrowser.Passwords
- Assembly
- DotNetBrowser.dll
All
Gets all records from the password store including blacklisted ones.
IReadOnlyList<PasswordRecord> All { get; }
Property Value
- IReadOnlyList<PasswordRecord>
All records from the password store including blacklisted ones.
Remarks
The blacklisted entries will have an empty Login property.
Exceptions
- ObjectDisposedException
The IPasswordStore has already been disposed.