IPasswordStoreAll Property |
Gets all records from the password store including
blacklisted
ones.
Namespace:
DotNetBrowser.Passwords
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.19.0
SyntaxIReadOnlyList<PasswordRecord> All { get; }Property Value
Type:
IReadOnlyListPasswordRecord
All records from the password store including
blacklisted
ones.
Exceptions| Exception | Condition |
|---|
| ObjectDisposedException | The IPasswordStore has already been disposed. |
Remarks The blacklisted entries will have an empty
Login property.
See Also