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