IPasswordStoreAllNeverSaved Property  | 
 
                Gets only 
blacklisted (marked as "never-saved") records
                from the password store.
            
 
    Namespace: 
   DotNetBrowser.Passwords
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.6
SyntaxIReadOnlyList<PasswordRecord> AllNeverSaved { get; }Property Value
Type: 
IReadOnlyListPasswordRecord
                Only 
 blacklisted (marked as "never-saved") records
                from the password store.
            
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IPasswordStore has already been disposed. | 
See Also