SecurityTokenHandlerConfigurationElement::ServiceTokenResolver Property
.NET Framework (current version)
Gets or sets the service token resolver that is associated with this token handler configuration element.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("serviceTokenResolver", IsRequired = false)] property CustomTypeElement^ ServiceTokenResolver { CustomTypeElement^ get(); void set(CustomTypeElement^ value); }
Property Value
Type: System.IdentityModel.Configuration::CustomTypeElement^A custom type element that specifies the Type of the service token resolver. The type must derive from SecurityTokenResolver.
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.
.NET Framework
Available since 4.5
Available since 4.5
Show: