IdentityResourceCollection.AddProfile 메서드

정의

오버로드

AddProfile()

프로필 리소스를 추가합니다.

AddProfile(Action<IdentityResourceBuilder>)

프로필 리소스를 추가합니다.

AddProfile()

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs

프로필 리소스를 추가합니다.

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

적용 대상

AddProfile(Action<IdentityResourceBuilder>)

Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
IdentityResourceCollection.cs
Source:
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>

프로필 scope 구성할 입니다Action<T>.

적용 대상