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)
72public 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)
18public static void Register(System.Net.IAuthenticationModule authenticationModule) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 19public static void Unregister(System.Net.IAuthenticationModule authenticationModule) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 292bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule);