CustomTypeElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示元素或属性,其指定配置文件中的自定义 Type。 此类不能被继承。
public ref class CustomTypeElement sealed : System::IdentityModel::Configuration::ConfigurationElementInterceptor
public sealed class CustomTypeElement : System.IdentityModel.Configuration.ConfigurationElementInterceptor
type CustomTypeElement = class
inherit ConfigurationElementInterceptor
Public NotInheritable Class CustomTypeElement
Inherits ConfigurationElementInterceptor
- 继承
注解
类 CustomTypeElement 表示在配置文件中指定自定义类型的属性或元素。 例如,用于指定声明标识管理器的 claimsAuthenticationManager> 元素包含指定声明身份验证管理器的 的属性;。<<claimsAuthenticationManager type="MyNamespace.CustomClaimsAuthenticationManager, MyAssembly"/>
Typetype
表示IdentityConfigurationElement.ClaimsAuthenticationManager在 identityConfiguration> 元素下<配置的此元素的属性获取并设置 的CustomTypeElement实例。
构造函数
CustomTypeElement() |
初始化 CustomTypeElement 类的新实例。 |