Click or drag to resize

PasswordStore Class

Defines password store types that are used to specify which encryption storage backend to use to encrypt cookies on Linux.
Inheritance Hierarchy
SystemObject
  TypedEnumString
    DotNetBrowser.EnginePasswordStore

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class PasswordStore : TypedEnum<string>

The PasswordStore type exposes the following members.

Methods
  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Operators
Fields
  NameDescription
Public fieldStatic memberAuto
Choose encryption automatically.
Public fieldStatic memberBasic
Use basic encryption.
Public fieldStatic memberDefault
Default password store encryption (Auto).
Public fieldStatic memberGnome
Use GNOME encryption.
Public fieldStatic memberGnomeKeyring
Use GNOME keyring encryption.
Public fieldStatic memberGnomeLibsecret
Use GNOME libsecret encryption.
Public fieldStatic memberKWallet
Use KWallet encryption.
Public fieldStatic memberKWallet5
Use KWallet5 encryption.
Top
See Also