Udostępnij za pośrednictwem


IdentityBuilder Konstruktory

Definicja

Przeciążenia

IdentityBuilder(Type, IServiceCollection)

Tworzy nowe wystąpienie klasy IdentityBuilder.

IdentityBuilder(Type, Type, IServiceCollection)

Tworzy nowe wystąpienie klasy IdentityBuilder.

IdentityBuilder(Type, IServiceCollection)

Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs

Tworzy nowe wystąpienie klasy 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)

Parametry

user
Type

Element Type do użycia dla użytkowników.

services
IServiceCollection

Element IServiceCollection do dołączenia.

Dotyczy

IdentityBuilder(Type, Type, IServiceCollection)

Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs
Źródło:
IdentityBuilder.cs

Tworzy nowe wystąpienie klasy 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)

Parametry

user
Type

Element Type do użycia dla użytkowników.

role
Type

Element Type do użycia dla ról.

services
IServiceCollection

Element IServiceCollection do dołączenia.

Dotyczy