C# 클래스 System.Net.CredentialCache

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( Uri uriPrefix, string authType, NetworkCredential cred ) : void
Add ( string host, int port, string authenticationType, NetworkCredential credential ) : void
CredentialCache ( ) : System.Net.Sockets
GetCredential ( Uri uriPrefix, string authType ) : NetworkCredential
GetCredential ( string host, int port, string authenticationType ) : NetworkCredential
GetEnumerator ( ) : IEnumerator
Remove ( Uri uriPrefix, string authType ) : void
Remove ( string host, int port, string authenticationType ) : void

메소드 상세

Add() 공개 메소드

public Add ( Uri uriPrefix, string authType, NetworkCredential cred ) : void
uriPrefix Uri
authType string
cred NetworkCredential
리턴 void

Add() 공개 메소드

public Add ( string host, int port, string authenticationType, NetworkCredential credential ) : void
host string
port int
authenticationType string
credential NetworkCredential
리턴 void

CredentialCache() 공개 메소드

public CredentialCache ( ) : System.Net.Sockets
리턴 System.Net.Sockets

GetCredential() 공개 메소드

public GetCredential ( Uri uriPrefix, string authType ) : NetworkCredential
uriPrefix Uri
authType string
리턴 NetworkCredential

GetCredential() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Remove() 공개 메소드

public Remove ( Uri uriPrefix, string authType ) : void
uriPrefix Uri
authType string
리턴 void

Remove() 공개 메소드

public Remove ( string host, int port, string authenticationType ) : void
host string
port int
authenticationType string
리턴 void