IPasswordStoreAllSaved Property |
Gets only
Save saved records from the password store.
Namespace:
DotNetBrowser.Passwords
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
SyntaxIReadOnlyList<PasswordRecord> AllSaved { get; }
Property Value
Type:
IReadOnlyListPasswordRecordOnly
Save saved records from the password store.
ExceptionsException | Condition |
---|
ObjectDisposedException | The IPasswordStore has already been disposed. |
See Also