다음을 통해 공유


IdentityResourceCollection 생성자

정의

오버로드

IdentityResourceCollection()

IdentityResourceCollection의 새 인스턴스를 초기화합니다.

IdentityResourceCollection(IList<IdentityResource>)

의 지정된 ID 리소스를 사용하여 의 IdentityResourceCollection 새 instance 초기화합니다list.

IdentityResourceCollection(IList<IdentityResource>)

의 지정된 ID 리소스를 사용하여 의 IdentityResourceCollection 새 instance 초기화합니다list.

IdentityResourceCollection()

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

IdentityResourceCollection의 새 인스턴스를 초기화합니다.

public:
 IdentityResourceCollection();
public IdentityResourceCollection ();
Public Sub New ()

적용 대상

IdentityResourceCollection(IList<IdentityResource>)

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

의 지정된 ID 리소스를 사용하여 의 IdentityResourceCollection 새 instance 초기화합니다list.

public IdentityResourceCollection (System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<Duende.IdentityServer.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))

매개 변수

list
IList<Duende.IdentityServer.Models.IdentityResource>

의 초기 목록입니다 Duende.IdentityServer.Models.IdentityResource.

적용 대상

IdentityResourceCollection(IList<IdentityResource>)

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

의 지정된 ID 리소스를 사용하여 의 IdentityResourceCollection 새 instance 초기화합니다list.

public:
 IdentityResourceCollection(System::Collections::Generic::IList<IdentityServer4::Models::IdentityResource ^> ^ list);
public IdentityResourceCollection (System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection : System.Collections.Generic.IList<IdentityServer4.Models.IdentityResource> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection
Public Sub New (list As IList(Of IdentityResource))

매개 변수

list
IList<IdentityServer4.Models.IdentityResource>

의 초기 목록입니다 IdentityServer4.Models.IdentityResource.

적용 대상