6 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)
72
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 (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
18
public static void Register(System.Net.
IAuthenticationModule
authenticationModule) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
19
public static void Unregister(System.Net.
IAuthenticationModule
authenticationModule) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
292
bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.
IAuthenticationModule
authenticationModule);