IdentityConfigurationElement.ClaimsAuthenticationManager 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与此标识配置元素关联的声明身份验证管理器。
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>
配置的 元素。