IdentityConfigurationElement::ServiceTokenResolver Property

.NET Framework (current version)
 

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

Namespace:   System.IdentityModel.Configuration
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 <identityConfiguration> 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
Return to top
Show: