IdentityResourceCollection.AddProfile Metoda

Definicja

Przeciążenia

AddProfile()

Dodaje zasób profilu.

AddProfile(Action<IdentityResourceBuilder>)

Dodaje zasób profilu.

AddProfile()

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

Dodaje zasób profilu.

C#
public void AddProfile ();

Dotyczy

ASP.NET Core 9.0 i inne wersje
Produkt Wersje
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

AddProfile(Action<IdentityResourceBuilder>)

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

Dodaje zasób profilu.

C#
public void AddProfile (Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder> configure);

Parametry

configure
Action<IdentityResourceBuilder>

Element Action<T> do skonfigurowania zakresu profilu.

Dotyczy

ASP.NET Core 9.0 i inne wersje
Produkt Wersje
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0