7 references to IAuthenticationModule
netstandard (1)
netstandard.cs (1)
1154[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IAuthenticationModule))]
PresentationCore (1)
MS\Internal\AppModel\CustomCredentialPolicy.cs (1)
76public bool ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authenticationModule)
System (1)
src\libraries\shims\System\ref\System.cs (1)
639[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IAuthenticationModule))]
System.Net.Requests (4)
System\Net\AuthenticationManager.cs (3)
24public static void Register(IAuthenticationModule authenticationModule) 29public static void Unregister(IAuthenticationModule authenticationModule) 39public static IEnumerator RegisteredModules => Array.Empty<IAuthenticationModule>().GetEnumerator();
System\Net\ICredentialPolicy.cs (1)
8bool ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authenticationModule);