SecurityTokenHandlerConfigurationElement.ServiceTokenResolver Property

Definition

Gets or sets the service token resolver that is associated with this token handler configuration element.

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

Property Value

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

Attributes

Remarks

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

Applies to