Click or drag to resize

IPasswordStore.AllSaved Property

Gets only Save saved records from the password store.

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

Property Value

Type: IReadOnlyList<PasswordRecord>
Only Save saved records from the password store.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IPasswordStore has already been disposed.
See Also