4 references to AuthenticationManager
netstandard (1)
netstandard.cs (1)
1063
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
AuthenticationManager
))]
PresentationCore (2)
MS\Internal\AppModel\CustomCredentialPolicy.cs (2)
63
if (
AuthenticationManager
.CredentialPolicy == null)
65
AuthenticationManager
.CredentialPolicy = new CustomCredentialPolicy();
System (1)
src\libraries\shims\System\ref\System.cs (1)
590
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
AuthenticationManager
))]