ApiAuthorizationOptions.IdentityResources Property

Definition

Gets or sets the 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

Property Value

Applies to