IdentityConfigurationElement.ClaimsAuthenticationManager 属性

定义

获取或设置与此标识配置元素关联的声明身份验证管理器。

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ ClaimsAuthenticationManager { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("claimsAuthenticationManager", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement ClaimsAuthenticationManager { get; set; }
[<System.Configuration.ConfigurationProperty("claimsAuthenticationManager", IsRequired=false)>]
member this.ClaimsAuthenticationManager : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property ClaimsAuthenticationManager As CustomTypeElement

属性值

自定义类型元素指定验证身份验证管理器的 Type。 此类型必须派生自 ClaimsAuthenticationManager

属性

注解

对应于 在 <claimsAuthenticationManager> 元素下 <identityConfiguration> 配置的 元素。

适用于

另请参阅