次の方法で共有


ApiAuthorizationOptions.IdentityResources プロパティ

定義

IdentityResources を取得または設定します。

public:
 property Microsoft::AspNetCore::ApiAuthorization::IdentityServer::IdentityResourceCollection ^ IdentityResources { Microsoft::AspNetCore::ApiAuthorization::IdentityServer::IdentityResourceCollection ^ get(); void set(Microsoft::AspNetCore::ApiAuthorization::IdentityServer::IdentityResourceCollection ^ value); };
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection IdentityResources { get; set; }
member this.IdentityResources : Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceCollection with get, set
Public Property IdentityResources As IdentityResourceCollection

プロパティ値

適用対象