C# 클래스 System.Net.AuthenticationState

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

Private Properties

프로퍼티 타입 설명
AttemptAuthenticate bool
AuthenticationState System.Collections
ClearAuthReq void
ClearSession void
ClearSession void
GetComputeSpn string
PreAuthIfNeeded void
PrepareState void
Update void

비공개 메소드들

메소드 설명
AttemptAuthenticate ( HttpWebRequest httpWebRequest, ICredentials authInfo ) : bool
AuthenticationState ( bool isProxyAuth ) : System.Collections
ClearAuthReq ( HttpWebRequest httpWebRequest ) : void
ClearSession ( ) : void
ClearSession ( HttpWebRequest httpWebRequest ) : void
GetComputeSpn ( HttpWebRequest httpWebRequest ) : string
PreAuthIfNeeded ( HttpWebRequest httpWebRequest, ICredentials authInfo ) : void
PrepareState ( HttpWebRequest httpWebRequest ) : void
Update ( HttpWebRequest httpWebRequest ) : void