IdentityConfigurationElement.IssuerTokenResolver Property

Definition

Gets or sets the issuer token resolver that is associated with this identity configuration element.

[System.Configuration.ConfigurationProperty("issuerTokenResolver", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement IssuerTokenResolver { get; set; }

Property Value

A custom type element that specifies the Type of the issuer token resolver. The type must derive from SecurityTokenResolver.

Attributes

Remarks

Corresponds to the <issuerTokenResolver> element that is configured under the <identityConfiguration> element. The <issuerTokenResolver> element registers an issuer token resolver. This can be used to resolve Issuer key identifier clauses while deserializing a SAML token.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also