共用方式為


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

使用 中的 list 指定識別資源,初始化 的新實例 IdentityResourceCollection

IdentityResourceCollection(IList<IdentityResource>)

使用 中的 list 指定識別資源,初始化 的新實例 IdentityResourceCollection

屬性

Item[String]

取得指定其名稱的身分識別資源。

方法

AddAddress()

新增位址資源。

AddAddress(Action<IdentityResourceBuilder>)

新增位址資源。

AddEmail()

新增電子郵件資源。

AddEmail(Action<IdentityResourceBuilder>)

新增電子郵件資源。

AddOpenId()

新增 openid 資源。

AddOpenId(Action<IdentityResourceBuilder>)

新增 openid 資源。

AddPhone()

新增電話資源。

AddPhone(Action<IdentityResourceBuilder>)

新增電話資源。

AddProfile()

新增設定檔資源。

AddProfile(Action<IdentityResourceBuilder>)

新增設定檔資源。

AddRange(IdentityResource[])

將 中的 identityResources 識別資源加入至集合。

AddRange(IdentityResource[])

將 中的 identityResources 識別資源加入至集合。

適用於