共用方式為


IdentityResourceCollection.AddProfile 方法

定義

多載

AddProfile()

新增設定檔資源。

AddProfile(Action<IdentityResourceBuilder>)

新增設定檔資源。

AddProfile()

來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs

新增設定檔資源。

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

適用於

AddProfile(Action<IdentityResourceBuilder>)

來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs
來源:
IdentityResourceCollection.cs

新增設定檔資源。

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))

參數

configure
Action<IdentityResourceBuilder>

Action<T> 設定設定檔範圍的 。

適用於