NegotiateHandler
NegotiateHandler(IOptionsMonitor<NegotiateOptions>, ILoggerFactory, UrlEncoder)
NegotiateHandler(IOptionsMonitor<NegotiateOptions>, ILoggerFactory, UrlEncoder, ISystemClock)
Events
CreateEventsAsync()
HandleAuthenticateAsync()
HandleChallengeAsync(AuthenticationProperties)
HandleRequestAsync()
net10.0
namespace Microsoft.AspNetCore.Authentication.Negotiate
{
public class NegotiateHandler : AuthenticationHandler<NegotiateOptions!>, IAuthenticationHandler, IAuthenticationRequestHandler
{
[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
public NegotiateHandler(IOptionsMonitor<NegotiateOptions!>! options, ILoggerFactory! logger, UrlEncoder! encoder, ISystemClock! clock);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.AspNetCore.Authentication.Negotiate , Version=10.0.2.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.AspNetCore.Authentication.Negotiate (10.0.2) net10.0 |
| Obsolete | ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API