Saml2SecurityTokenHandler.ResolveIssuerToken Method

Definition

Resolves the Signing Key Identifier to a SecurityToken.

protected virtual System.IdentityModel.Tokens.SecurityToken ResolveIssuerToken (System.IdentityModel.Tokens.Saml2Assertion assertion, System.IdentityModel.Selectors.SecurityTokenResolver issuerResolver);

Parameters

assertion
Saml2Assertion

The Saml2Assertion for which the Issuer token is to be resolved.

issuerResolver
SecurityTokenResolver

The current SecurityTokenResolver associated with this handler.

Returns

A SecurityToken that represents the resolved token.

Exceptions

assertion is null.

The handler is unable to resolve the 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