Class Constants.CredentialStoreNames
Inheritance
Constants.CredentialStoreNames
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class Constants.CredentialStoreNames
Fields
Cache
Declaration
public const string Cache = "cache"
Field Value
Dpapi
Declaration
public const string Dpapi = "dpapi"
Field Value
Gpg
Declaration
public const string Gpg = "gpg"
Field Value
MacOSKeychain
Declaration
public const string MacOSKeychain = "keychain"
Field Value
Plaintext
Declaration
public const string Plaintext = "plaintext"
Field Value
SecretService
Declaration
public const string SecretService = "secretservice"
Field Value
WindowsCredentialManager
Declaration
public const string WindowsCredentialManager = "wincredman"
Field Value