C# 클래스 NuGet.ConsoleCredentialProvider

상속: ICredentialProvider
파일 보기 프로젝트 열기: themotleyfool/NuGet

공개 메소드들

메소드 설명
GetCredentials ( Uri uri, IWebProxy proxy, CredentialType credentialType, bool retrying ) : ICredentials

비공개 메소드들

메소드 설명
LaunchedFromVS ( ) : bool

When running from inside VS, no input is available to our executable locking up VS. VS sets up a couple of environment variables one of which is named VisualStudioVersion. Every time this is setup, we will just fail.

ReadLineAsSecureString ( ) : SecureString

메소드 상세

GetCredentials() 공개 메소드

public GetCredentials ( Uri uri, IWebProxy proxy, CredentialType credentialType, bool retrying ) : ICredentials
uri System.Uri
proxy IWebProxy
credentialType CredentialType
retrying bool
리턴 ICredentials