Click or drag to resize

IProfilePasswordStore Property

Gets the service that allows working with the password store.

Namespace:  DotNetBrowser.Profile
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IPasswordStore PasswordStore { get; }

Property Value

Type: IPasswordStore
The service that allows working with the password store.
See Also