Click or drag to resize

EngineOptionsPasswordStore Property

Gets the password store type which specifies the storage backend should be used to encrypt cookies.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string PasswordStore { get; }

Property Value

Type: String
The password store type.
Remarks
If the password store type was not set, then the encryption storage backend is chosen by Chromium engine automatically.
See Also