IdentityConfigurationElement::ClaimsAuthorizationManager Property
.NET Framework (current version)
Gets or sets the claims authorization manager that is associated with this identity configuration element.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("claimsAuthorizationManager", IsRequired = false)] property CustomTypeElement^ ClaimsAuthorizationManager { CustomTypeElement^ get(); void set(CustomTypeElement^ value); }
Property Value
Type: System.IdentityModel.Configuration::CustomTypeElement^A custom type element that specifies the Type of the claims authorization manager. The type must derive from ClaimsAuthorizationManager.
Corresponds to the <claimsAuthorizationManager> element that is configured under the <identityConfiguration> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: