Click or drag to resize

IPasswordStoreAll Property

Gets all records from the password store including blacklisted ones.

Namespace:  DotNetBrowser.Passwords
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IReadOnlyList<PasswordRecord> All { get; }

Property Value

Type: IReadOnlyListPasswordRecord
All records from the password store including blacklisted ones.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IPasswordStore has already been disposed.
Remarks
The blacklisted entries will have an empty Login property.
See Also