다음을 통해 공유


IdentityResourceCollection 클래스

정의

Duende.IdentityServer.Models.IdentityResource의 컬렉션입니다.

public ref class IdentityResourceCollection : System::Collections::ObjectModel::Collection<IdentityServer4::Models::IdentityResource ^>
public class IdentityResourceCollection : System.Collections.ObjectModel.Collection<IdentityServer4.Models.IdentityResource>
public class IdentityResourceCollection : System.Collections.ObjectModel.Collection<Duende.IdentityServer.Models.IdentityResource>
type IdentityResourceCollection = class
    inherit Collection<IdentityResource>
Public Class IdentityResourceCollection
Inherits Collection(Of IdentityResource)
상속
Collection<IdentityServer4.Models.IdentityResource>
IdentityResourceCollection
상속
Collection<Duende.IdentityServer.Models.IdentityResource>
IdentityResourceCollection

생성자

IdentityResourceCollection()

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

IdentityResourceCollection(IList<IdentityResource>)

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

IdentityResourceCollection(IList<IdentityResource>)

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

속성

Item[String]

이름이 지정된 ID 리소스를 가져옵니다.

메서드

AddAddress()

주소 리소스를 추가합니다.

AddAddress(Action<IdentityResourceBuilder>)

주소 리소스를 추가합니다.

AddEmail()

전자 메일 리소스를 추가합니다.

AddEmail(Action<IdentityResourceBuilder>)

전자 메일 리소스를 추가합니다.

AddOpenId()

openid 리소스를 추가합니다.

AddOpenId(Action<IdentityResourceBuilder>)

openid 리소스를 추가합니다.

AddPhone()

전화 리소스를 추가합니다.

AddPhone(Action<IdentityResourceBuilder>)

전화 리소스를 추가합니다.

AddProfile()

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

AddProfile(Action<IdentityResourceBuilder>)

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

AddRange(IdentityResource[])

의 ID 리소스를 컬렉션에 추가합니다 identityResources .

AddRange(IdentityResource[])

의 ID 리소스를 컬렉션에 추가합니다 identityResources .

적용 대상