Sdílet prostřednictvím


IdentityResourceCollection.AddProfile Metoda

Definice

Přetížení

AddProfile()

Přidá prostředek profilu.

AddProfile(Action<IdentityResourceBuilder>)

Přidá prostředek profilu.

AddProfile()

Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs

Přidá prostředek profilu.

public:
 void AddProfile();
public void AddProfile();
member this.AddProfile : unit -> unit
Public Sub AddProfile ()

Platí pro

AddProfile(Action<IdentityResourceBuilder>)

Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs

Přidá prostředek profilu.

public:
 void AddProfile(Action<Microsoft::AspNetCore::ApiAuthorization::IdentityServer::IdentityResourceBuilder ^> ^ configure);
public void AddProfile(Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder> configure);
member this.AddProfile : Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder> -> unit
Public Sub AddProfile (configure As Action(Of IdentityResourceBuilder))

Parametry

configure
Action<IdentityResourceBuilder>

Nakonfigurujete Action<T> obor profilu.

Platí pro