C# 클래스 System.Net.NetworkCredential

상속: ICredentials, ICredentialsByHost
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetCredential ( Uri uri, String authType ) : NetworkCredential
GetCredential ( string host, int port, String authenticationType ) : NetworkCredential
NetworkCredential ( ) : System.IO
NetworkCredential ( string userName, string password ) : System.IO
NetworkCredential ( string userName, string password, string domain ) : System.IO

비공개 메소드들

메소드 설명
InitializePart1 ( ) : void
InitializePart2 ( ) : void
InternalGetDomain ( ) : string
InternalGetDomainUserName ( ) : string
InternalGetPassword ( ) : string
InternalGetUserName ( ) : string
IsEqualTo ( object compObject ) : bool
NetworkCredential ( string userName, string password, string domain, bool encrypt ) : System.IO

메소드 상세

GetCredential() 공개 메소드

public GetCredential ( Uri uri, String authType ) : NetworkCredential
uri Uri
authType String
리턴 NetworkCredential

GetCredential() 공개 메소드

public GetCredential ( string host, int port, String authenticationType ) : NetworkCredential
host string
port int
authenticationType String
리턴 NetworkCredential

NetworkCredential() 공개 메소드

public NetworkCredential ( ) : System.IO
리턴 System.IO

NetworkCredential() 공개 메소드

public NetworkCredential ( string userName, string password ) : System.IO
userName string
password string
리턴 System.IO

NetworkCredential() 공개 메소드

public NetworkCredential ( string userName, string password, string domain ) : System.IO
userName string
password string
domain string
리턴 System.IO