SecurityTokenHandlerConfigurationElement.IssuerTokenResolver 属性

定义

获取或设置与此令牌处理程序配置元素关联的颁发者令牌解析程序。Gets or sets the issuer token resolver that is associated with this token handler configuration element.

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

属性值

CustomTypeElement

一个自定义类型元素,指定颁发者令牌解析器的 TypeA custom type element that specifies the Type of the issuer token resolver. 此类型必须派生自 SecurityTokenResolverThe type must derive from SecurityTokenResolver.

属性

注解

对应于在 <issuerTokenResolver> 元素下配置的元素 <securityTokenHandlerConfiguration>Corresponds to the <issuerTokenResolver> element that is configured under the <securityTokenHandlerConfiguration> element. <issuerTokenResolver>元素注册颁发者令牌解析程序。The <issuerTokenResolver> element registers an issuer token resolver. 这可用于在反序列化 SAML 令牌时解析颁发者密钥标识符子句。This can be used to resolve Issuer key identifier clauses while deserializing a SAML token.

适用于