15 [Obsolete(
"The AuthenticationManager Authenticate and PreAuthenticate methods are not supported and throw PlatformNotSupportedException.", DiagnosticId =
"SYSLIB0009", UrlFormat =
"https://aka.ms/dotnet-warnings/{0}")]
21 [Obsolete(
"The AuthenticationManager Authenticate and PreAuthenticate methods are not supported and throw PlatformNotSupportedException.", DiagnosticId =
"SYSLIB0009", UrlFormat =
"https://aka.ms/dotnet-warnings/{0}")]
29 if (authenticationModule ==
null)
37 if (authenticationModule ==
null)
43 public static void Unregister(
string authenticationScheme)
45 if (authenticationScheme ==
null)
static IEnumerator RegisteredModules
static void Register(IAuthenticationModule authenticationModule)
static ? Authorization Authenticate(string challenge, WebRequest request, ICredentials credentials)
static ? ICredentialPolicy CredentialPolicy
static void Unregister(IAuthenticationModule authenticationModule)
static void Unregister(string authenticationScheme)
static ? Authorization PreAuthenticate(WebRequest request, ICredentials credentials)
static StringDictionary CustomTargetNameDictionary