Show / Hide Table of Contents

Class Constants.CredentialStoreNames

Inheritance
object
Constants.CredentialStoreNames
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: GitCredentialManager
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class Constants.CredentialStoreNames

Fields

Cache

Declaration
public const string Cache = "cache"
Field Value
Type Description
string

Dpapi

Declaration
public const string Dpapi = "dpapi"
Field Value
Type Description
string

Gpg

Declaration
public const string Gpg = "gpg"
Field Value
Type Description
string

MacOSKeychain

Declaration
public const string MacOSKeychain = "keychain"
Field Value
Type Description
string

Plaintext

Declaration
public const string Plaintext = "plaintext"
Field Value
Type Description
string

SecretService

Declaration
public const string SecretService = "secretservice"
Field Value
Type Description
string

WindowsCredentialManager

Declaration
public const string WindowsCredentialManager = "wincredman"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX