SignInAuthenticationHandler<TOptions>
SignInAuthenticationHandler(IOptionsMonitor<TOptions>, ILoggerFactory, UrlEncoder)
SignInAuthenticationHandler(IOptionsMonitor<TOptions>, ILoggerFactory, UrlEncoder, ISystemClock)
HandleSignInAsync(ClaimsPrincipal, AuthenticationProperties)
SignInAsync(ClaimsPrincipal, AuthenticationProperties)
net10.0
namespace Microsoft.AspNetCore.Authentication
{
public abstract class SignInAuthenticationHandler<TOptions> : SignOutAuthenticationHandler<TOptions!>, IAuthenticationHandler, IAuthenticationSignInHandler, IAuthenticationSignOutHandler
where TOptions, new(), AuthenticationSchemeOptions!
{
[Obsolete("ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.")]
public SignInAuthenticationHandler(IOptionsMonitor<TOptions!>! options, ILoggerFactory! logger, UrlEncoder! encoder, ISystemClock! clock);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
Information specific to net10.0 | |
| Assembly | Microsoft.AspNetCore.Authentication , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Requires any:
|
| Obsolete | ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API