C# Class System.Net.AuthenticationState

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
AttemptAuthenticate bool
AuthenticationState System.Collections
ClearAuthReq void
ClearSession void
ClearSession void
GetComputeSpn string
PreAuthIfNeeded void
PrepareState void
Update void

Private Methods

Méthode Description
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