C# Class Microsoft.Alm.Cli.Program

Show file Open project: Microsoft/Git-Credential-Manager-for-Windows

Private Properties

Property Type Description
Askpass void
BasicCredentialPrompt Microsoft.Alm.Authentication.Credential
BasicCredentialPrompt Microsoft.Alm.Authentication.Credential
CreateAuthentication Microsoft.Alm.Authentication.BaseAuthentication
DeleteCredentials void
Die void
Die void
EnableDebugTrace void
EnableTraceLogging void
EnableTraceLogging void
Exit void
GitHubAuthCodePrompt bool
GitHubCredentialPrompt bool
LoadAssemblyInformation void
LoadOperationArguments void
LogEvent void
Main void
ModalPromptDisplayDialog bool
ModalPromptForCredentials Microsoft.Alm.Authentication.Credential
ModalPromptForCredentials Microsoft.Alm.Authentication.Credential
ModalPromptForPassword Credential
PrintArgs void
PrintHelpMessage void
PrintVersion void
QueryCredentials bool
ReadKey ConsoleKeyInfo
StandardHandleIsTty bool
TryReadBoolean bool
TryReadString bool
Write void
WriteLine void

Private Methods

Method Description
Askpass ( string args ) : void
BasicCredentialPrompt ( TargetUri targetUri ) : Credential
BasicCredentialPrompt ( TargetUri targetUri, string titleMessage ) : Credential
CreateAuthentication ( OperationArguments operationArguments ) : BaseAuthentication
DeleteCredentials ( OperationArguments operationArguments ) : void
Die ( Exception exception ) : void
Die ( string message ) : void
EnableDebugTrace ( ) : void
EnableTraceLogging ( OperationArguments operationArguments ) : void
EnableTraceLogging ( OperationArguments operationArguments, string logFilePath ) : void
Exit ( int exitcode, string message = null ) : void
GitHubAuthCodePrompt ( TargetUri targetUri, GitHubAuthenticationResultType resultType, string username, string &authenticationCode ) : bool
GitHubCredentialPrompt ( TargetUri targetUri, string &username, string &password ) : bool
LoadAssemblyInformation ( ) : void
LoadOperationArguments ( OperationArguments operationArguments ) : void
LogEvent ( string message, EventLogEntryType eventType ) : void
Main ( string args ) : void
ModalPromptDisplayDialog ( NativeMethods &credUiInfo, NativeMethods &authPackage, IntPtr packedAuthBufferPtr, uint packedAuthBufferSize, IntPtr inBufferPtr, int inBufferSize, bool saveCredentials, NativeMethods flags, string &username, string &password ) : bool
ModalPromptForCredentials ( TargetUri targetUri ) : Credential
ModalPromptForCredentials ( TargetUri targetUri, string message ) : Credential
ModalPromptForPassword ( TargetUri targetUri, string message, string username ) : Credential
PrintArgs ( string args ) : void
PrintHelpMessage ( ) : void
PrintVersion ( ) : void
QueryCredentials ( OperationArguments operationArguments ) : bool
ReadKey ( bool intercept = true ) : ConsoleKeyInfo
StandardHandleIsTty ( NativeMethods handleType ) : bool
TryReadBoolean ( OperationArguments operationArguments, string configKey, string environKey, bool &value ) : bool
TryReadString ( OperationArguments operationArguments, string configKey, string environKey, string &value ) : bool
Write ( string message ) : void
WriteLine ( string message = null ) : void