IdentityBuilder Konstruktoren

Definition

Überlädt

IdentityBuilder(Type, IServiceCollection)

Erstellt eine neue Instanz von IdentityBuilder.

IdentityBuilder(Type, Type, IServiceCollection)

Erstellt eine neue Instanz von IdentityBuilder.

IdentityBuilder(Type, IServiceCollection)

Erstellt eine neue Instanz von IdentityBuilder.

public:
 IdentityBuilder(Type ^ user, Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services);
public IdentityBuilder (Type user, Microsoft.Extensions.DependencyInjection.IServiceCollection services);
new Microsoft.AspNetCore.Identity.IdentityBuilder : Type * Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.AspNetCore.Identity.IdentityBuilder
Public Sub New (user As Type, services As IServiceCollection)

Parameter

user
Type

Die Type , die für die Benutzer verwendet werden soll.

services
IServiceCollection

Die IServiceCollection-Instanz, an die die Instanz angehängt wird.

Gilt für:

IdentityBuilder(Type, Type, IServiceCollection)

Erstellt eine neue Instanz von IdentityBuilder.

public:
 IdentityBuilder(Type ^ user, Type ^ role, Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services);
public IdentityBuilder (Type user, Type role, Microsoft.Extensions.DependencyInjection.IServiceCollection services);
new Microsoft.AspNetCore.Identity.IdentityBuilder : Type * Type * Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.AspNetCore.Identity.IdentityBuilder
Public Sub New (user As Type, role As Type, services As IServiceCollection)

Parameter

user
Type

Die Type , die für die Benutzer verwendet werden soll.

role
Type

Die Type , die für die Rollen verwendet werden soll.

services
IServiceCollection

Die IServiceCollection-Instanz, an die die Instanz angehängt wird.

Gilt für: