C# 클래스 NanoByte.Common.Net.WindowsCredentialProvider

Asks for NetworkCredentials for specific Uris using WindowsCredentials.
상속: CredentialProviderBase
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
GetCredential ( Uri uri, string authType ) : NetworkCredential

보호된 메소드들

메소드 설명
WindowsCredentialProvider ( bool interactive ) : System

Creates a new Windows credential provider.

비공개 메소드들

메소드 설명
Prompt ( string target, WindowsCredentialsFlags flags ) : NetworkCredential

메소드 상세

GetCredential() 공개 메소드

public GetCredential ( Uri uri, string authType ) : NetworkCredential
uri System.Uri
authType string
리턴 System.Net.NetworkCredential

WindowsCredentialProvider() 보호된 메소드

Creates a new Windows credential provider.
protected WindowsCredentialProvider ( bool interactive ) : System
interactive bool Indicates whether the credential provider is interactive, i.e., can ask the user for input.
리턴 System