IdentityConfigurationElement.ClaimsAuthorizationManager 属性
定义
获取或设置与此标识配置元素关联的声明创作管理器。Gets or sets the claims authorization manager that is associated with this identity configuration element.
public:
property System::IdentityModel::Configuration::CustomTypeElement ^ ClaimsAuthorizationManager { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("claimsAuthorizationManager", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement ClaimsAuthorizationManager { get; set; }
[<System.Configuration.ConfigurationProperty("claimsAuthorizationManager", IsRequired=false)>]
member this.ClaimsAuthorizationManager : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property ClaimsAuthorizationManager As CustomTypeElement
属性值
一个自定义类型元素,指定请求服务授权管理器的 Type。A custom type element that specifies the Type of the claims authorization manager. 此类型必须派生自 ClaimsAuthorizationManager。The type must derive from ClaimsAuthorizationManager.
- 属性
注解
对应于在 <claimsAuthorizationManager> 元素下配置的元素 <identityConfiguration> 。Corresponds to the <claimsAuthorizationManager> element that is configured under the <identityConfiguration> element.