Show / Hide Table of Contents

Class Constants.EnvironmentVariables

Inheritance
object
Constants.EnvironmentVariables
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.EnvironmentVariables

Fields

CurlAllProxy

Declaration
public const string CurlAllProxy = "all_proxy"
Field Value
Type Description
string

CurlAllProxyUpper

Declaration
public const string CurlAllProxyUpper = "ALL_PROXY"
Field Value
Type Description
string

CurlHttpProxy

Declaration
public const string CurlHttpProxy = "http_proxy"
Field Value
Type Description
string

CurlHttpsProxy

Declaration
public const string CurlHttpsProxy = "https_proxy"
Field Value
Type Description
string

CurlHttpsProxyUpper

Declaration
public const string CurlHttpsProxyUpper = "HTTPS_PROXY"
Field Value
Type Description
string

CurlNoProxy

Declaration
public const string CurlNoProxy = "no_proxy"
Field Value
Type Description
string

CurlNoProxyUpper

Declaration
public const string CurlNoProxyUpper = "NO_PROXY"
Field Value
Type Description
string

GcmAllowWia

Declaration
public const string GcmAllowWia = "GCM_ALLOW_WINDOWSAUTH"
Field Value
Type Description
string

GcmAuthority

Declaration
public const string GcmAuthority = "GCM_AUTHORITY"
Field Value
Type Description
string

GcmAutoDetectTimeout

Declaration
public const string GcmAutoDetectTimeout = "GCM_AUTODETECT_TIMEOUT"
Field Value
Type Description
string

GcmCredCacheOptions

Declaration
public const string GcmCredCacheOptions = "GCM_CREDENTIAL_CACHE_OPTIONS"
Field Value
Type Description
string

GcmCredNamespace

Declaration
public const string GcmCredNamespace = "GCM_NAMESPACE"
Field Value
Type Description
string

GcmCredentialStore

Declaration
public const string GcmCredentialStore = "GCM_CREDENTIAL_STORE"
Field Value
Type Description
string

GcmDebug

Declaration
public const string GcmDebug = "GCM_DEBUG"
Field Value
Type Description
string

GcmDpapiStorePath

Declaration
public const string GcmDpapiStorePath = "GCM_DPAPI_STORE_PATH"
Field Value
Type Description
string

GcmGuiPromptsEnabled

Declaration
public const string GcmGuiPromptsEnabled = "GCM_GUI_PROMPT"
Field Value
Type Description
string

GcmHttpProxy

Declaration
public const string GcmHttpProxy = "GCM_HTTP_PROXY"
Field Value
Type Description
string

GcmInteractive

Declaration
public const string GcmInteractive = "GCM_INTERACTIVE"
Field Value
Type Description
string

GcmParentWindow

Declaration
public const string GcmParentWindow = "GCM_MODAL_PARENTHWND"
Field Value
Type Description
string

GcmPlaintextStorePath

Declaration
public const string GcmPlaintextStorePath = "GCM_PLAINTEXT_STORE_PATH"
Field Value
Type Description
string

GcmProvider

Declaration
public const string GcmProvider = "GCM_PROVIDER"
Field Value
Type Description
string

GcmTrace

Declaration
public const string GcmTrace = "GCM_TRACE"
Field Value
Type Description
string

GcmTraceMsAuth

Declaration
public const string GcmTraceMsAuth = "GCM_TRACE_MSAUTH"
Field Value
Type Description
string

GcmTraceSecrets

Declaration
public const string GcmTraceSecrets = "GCM_TRACE_SECRETS"
Field Value
Type Description
string

GitExecutablePath

Declaration
public const string GitExecutablePath = "GIT_EXEC_PATH"
Field Value
Type Description
string

GitSslCaInfo

Declaration
public const string GitSslCaInfo = "GIT_SSL_CAINFO"
Field Value
Type Description
string

GitSslNoVerify

Declaration
public const string GitSslNoVerify = "GIT_SSL_NO_VERIFY"
Field Value
Type Description
string

GitTerminalPrompts

Declaration
public const string GitTerminalPrompts = "GIT_TERMINAL_PROMPT"
Field Value
Type Description
string

GpgExecutablePath

Declaration
public const string GpgExecutablePath = "GCM_GPG_PATH"
Field Value
Type Description
string

MsAuthFlow

Declaration
public const string MsAuthFlow = "GCM_MSAUTH_FLOW"
Field Value
Type Description
string

MsAuthUseBroker

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