IdentityResourceCollection.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an identity resource given its name.
public:
property IdentityServer4::Models::IdentityResource ^ default[System::String ^] { IdentityServer4::Models::IdentityResource ^ get(System::String ^ key); };
public IdentityServer4.Models.IdentityResource this[string key] { get; }
public Duende.IdentityServer.Models.IdentityResource this[string key] { get; }
member this.Item(string) : IdentityServer4.Models.IdentityResource
member this.Item(string) : Duende.IdentityServer.Models.IdentityResource
Default Public ReadOnly Property Item(key As String) As IdentityResource
Parameters
- key
- String
The name of the Duende.IdentityServer.Models.IdentityResource.
Property Value
IdentityServer4.Models.IdentityResource
Duende.IdentityServer.Models.IdentityResource
The Duende.IdentityServer.Models.IdentityResource.