IdentityServiceCollectionExtensions.AddIdentityApiEndpoints Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
AddIdentityApiEndpoints<TUser>(IServiceCollection) |
Добавляет в приложение набор общих служб идентификации для поддержки MapIdentityApi<TUser>(IEndpointRouteBuilder) и настраивает проверку подлинности для поддержки маркеров носителя удостоверений и файлов cookie. |
AddIdentityApiEndpoints<TUser>(IServiceCollection, Action<IdentityOptions>) |
Добавляет в приложение набор общих служб идентификации для поддержки MapIdentityApi<TUser>(IEndpointRouteBuilder) и настраивает проверку подлинности для поддержки маркеров носителя удостоверений и файлов cookie. |
AddIdentityApiEndpoints<TUser>(IServiceCollection)
- Исходный код:
- IdentityServiceCollectionExtensions.cs
Добавляет в приложение набор общих служб идентификации для поддержки MapIdentityApi<TUser>(IEndpointRouteBuilder) и настраивает проверку подлинности для поддержки маркеров носителя удостоверений и файлов cookie.
public static Microsoft.AspNetCore.Identity.IdentityBuilder AddIdentityApiEndpoints<TUser> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services) where TUser : class, new();
static member AddIdentityApiEndpoints : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'User : null and 'User : (new : unit -> 'User))
<Extension()>
Public Function AddIdentityApiEndpoints(Of TUser As {Class, New}) (services As IServiceCollection) As IdentityBuilder
Параметры типа
- TUser
Параметры
- services
- IServiceCollection
Возвращаемое значение
Применяется к
AddIdentityApiEndpoints<TUser>(IServiceCollection, Action<IdentityOptions>)
- Исходный код:
- IdentityServiceCollectionExtensions.cs
Добавляет в приложение набор общих служб идентификации для поддержки MapIdentityApi<TUser>(IEndpointRouteBuilder) и настраивает проверку подлинности для поддержки маркеров носителя удостоверений и файлов cookie.
public static Microsoft.AspNetCore.Identity.IdentityBuilder AddIdentityApiEndpoints<TUser> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Identity.IdentityOptions> configure) where TUser : class, new();
static member AddIdentityApiEndpoints : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Identity.IdentityOptions> -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'User : null and 'User : (new : unit -> 'User))
<Extension()>
Public Function AddIdentityApiEndpoints(Of TUser As {Class, New}) (services As IServiceCollection, configure As Action(Of IdentityOptions)) As IdentityBuilder
Параметры типа
- TUser
Параметры
- services
- IServiceCollection
- configure
- Action<IdentityOptions>
Настраивает IdentityOptions.