net9.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 | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assemblies | Microsoft.AspNetCore.Authentication.Negotiate , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.AspNetCore.Authentication.Negotiate , Version=8.0.10.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.Authentication.Negotiate (10.0.0-alpha.1.24416.8) net9.0 |
Obsolete | ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead. |
Platform Restrictions | This API is supported on all platforms. |