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