IdentityServiceCollectionExtensions
AddIdentity<TUser, TRole>(IServiceCollection)
AddIdentity<TUser, TRole>(IServiceCollection, Action<IdentityOptions>)
AddIdentity<TUser, TRole>(IServiceCollection, Action<IdentityOptions>)
AddIdentityApiEndpoints<TUser>(IServiceCollection)
AddIdentityApiEndpoints<TUser>(IServiceCollection, Action<IdentityOptions>)
AddIdentityCore<TUser>(IServiceCollection)
AddIdentityCore<TUser>(IServiceCollection, Action<IdentityOptions>)
ConfigureApplicationCookie(IServiceCollection, Action<CookieAuthenticationOptions>)
ConfigureExternalCookie(IServiceCollection, Action<CookieAuthenticationOptions>)
net11.0
namespace Microsoft.Extensions.DependencyInjection
{
public static class IdentityServiceCollectionExtensions
{
public static IdentityBuilder! AddIdentityApiEndpoints<TUser>(this IServiceCollection! services)
where TUser, new(), class;
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 8.09.010.011.0 |
Information specific to net11.0 | |
| Assembly | Microsoft.AspNetCore.Identity , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Requires any:
|
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API