Click or drag to resize

IPasswordStoreClear Method

Clears all records in the password store.

Namespace:  DotNetBrowser.Passwords
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Clear()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IPasswordStore has already been disposed.
See Also