IssuerNameRegistryElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示配置文件中的 <issuerNameRegistry>
元素。 此类不能被继承。
public ref class IssuerNameRegistryElement sealed : System::IdentityModel::Configuration::ConfigurationElementInterceptor
public sealed class IssuerNameRegistryElement : System.IdentityModel.Configuration.ConfigurationElementInterceptor
type IssuerNameRegistryElement = class
inherit ConfigurationElementInterceptor
Public NotInheritable Class IssuerNameRegistryElement
Inherits ConfigurationElementInterceptor
- 继承
注解
元素 <issuerNameRegistry>
配置颁发者名称注册表。 颁发者名称注册表将颁发者令牌映射到字符串名称。 属性 Type (,表示 type
元素) 的属性可以设置为注册自定义类型。 默认情况下,假定 类型 ConfigurationBasedIssuerNameRegistry 为 。
<issuerNameRegistry>
可以在 元素下的服务级别或 元素下<identityConfiguration>
的安全令牌处理程序集合上指定 元素<securityTokenHandlerConfiguration>
。
IssuerNameRegistry
类和 IdentityConfigurationElement 类的 SecurityTokenHandlerConfigurationElement 属性是 的IssuerNameRegistryElement实例。
构造函数
IssuerNameRegistryElement() |
初始化 IssuerNameRegistryElement 类的新实例。 |