Nucleus .Net Core CMS

Models.Configuration.ClaimTypeOptions Class

Namespace: Nucleus.Abstractions.Models.Configuration
Assembly: Nucleus.Abstractions.dll
Collection type used to retrieve ClaimType settings from the configuration files.

Properties

Types Property

Claim type options, read from configuration.

Fields

Section Field

Configuration file section path for claim type options.

Methods

Find (String) Method

Find (String typeUri)
Return the claim specified by TypeUri, or a default instance if it is not present.
Parameters
Name Type
typeUri String
Returns
The requested claim type.
Remarks
typeUri is not case-sensitive.