C# 클래스 GitHub.Authentication.AuthenticationPrompts

파일 보기 프로젝트 열기: Microsoft/Git-Credential-Manager-for-Windows 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticationCodeModalPrompt ( TargetUri targetUri, GitHubAuthenticationResultType resultType, string username, string &authenticationCode ) : bool
CredentialModalPrompt ( TargetUri targetUri, string &username, string &password ) : bool

비공개 메소드들

메소드 설명
EnsureApplicationResources ( ) : void
ShowViewModel ( DialogViewModel viewModel, Func windowCreator ) : bool
StartSTATask ( System.Action action ) : Task

메소드 상세

AuthenticationCodeModalPrompt() 공개 정적인 메소드

public static AuthenticationCodeModalPrompt ( TargetUri targetUri, GitHubAuthenticationResultType resultType, string username, string &authenticationCode ) : bool
targetUri Microsoft.Alm.Authentication.TargetUri
resultType GitHubAuthenticationResultType
username string
authenticationCode string
리턴 bool

CredentialModalPrompt() 공개 정적인 메소드

public static CredentialModalPrompt ( TargetUri targetUri, string &username, string &password ) : bool
targetUri Microsoft.Alm.Authentication.TargetUri
username string
password string
리턴 bool