5 implementations of CanPreAuthenticate
System (5)
net\System\Net\_BasicClient.cs (1)
50
public bool
CanPreAuthenticate
{
net\System\Net\_DigestClient.cs (1)
144
public bool
CanPreAuthenticate
{
net\System\Net\_KerberosClient.cs (1)
120
public bool
CanPreAuthenticate
{
net\System\Net\_NegotiateClient.cs (1)
135
public bool
CanPreAuthenticate
{
net\System\Net\_NtlmClient.cs (1)
128
public bool
CanPreAuthenticate
{
3 references to CanPreAuthenticate
System (3)
net\System\Net\_AuthenticationManager2.cs (1)
266
module.
CanPreAuthenticate
,
net\System\Net\_AuthenticationManagerDefault.cs (1)
413
module.
CanPreAuthenticate
,
net\System\Net\_AuthenticationState.cs (1)
391
if (httpWebRequest.PreAuthenticate && Module != null && Authorization.Complete && Module.
CanPreAuthenticate
&& httpWebRequest.ResponseStatusCode != StatusCodeMatch) {