PasswordStore Class |
Namespace: DotNetBrowser.Engine
public sealed class PasswordStore : TypedEnum<string>
The PasswordStore type exposes the following members.
| Name | Description | |
|---|---|---|
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| (String to PasswordStore) |
Returns the PasswordStore instance by its string representation.
|
| Name | Description | |
|---|---|---|
| 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.
|