C# Класс System.Net.AuthenticationState

Показать файл Открыть проект Примеры использования класса

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