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

属性值

适用于