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)
76
public 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)
24
public static void Register(
IAuthenticationModule
authenticationModule)
29
public static void Unregister(
IAuthenticationModule
authenticationModule)
39
public static IEnumerator RegisteredModules => Array.Empty<
IAuthenticationModule
>().GetEnumerator();
System\Net\ICredentialPolicy.cs (1)
8
bool ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential,
IAuthenticationModule
authenticationModule);