Table of Contents

Class PasswordStore

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

Defines password store types that are used to specify which encryption storage backend to use to encrypt cookies on Linux.

public sealed class PasswordStore : TypedEnum<string>
Inheritance
PasswordStore
Inherited Members

Fields

Auto

Choose encryption automatically.

Basic

Use basic encryption.

Default

Default password store encryption (Auto).

Gnome

Use GNOME encryption.

GnomeKeyring

Use GNOME keyring encryption.

GnomeLibsecret

Use GNOME libsecret encryption.

KWallet

Use KWallet encryption.

KWallet5

Use KWallet5 encryption.

Operators

explicit operator PasswordStore(string)

Returns the PasswordStore instance by its string representation.