1 write to SecurityToken
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
336SecurityToken = validatedToken,
3 references to SecurityToken
Microsoft.AspNetCore.Authentication.WsFederation (3)
SecurityTokenValidatedContext.cs (1)
29/// The <see cref="SecurityToken"/> that was validated.
WsFederationOptions.cs (2)
211/// SecurityTokenHandlers can be used when <see cref="SecurityTokenValidatedContext.SecurityToken"/> needs a <see cref="JwtSecurityToken"/> when the security token is a JWT. 212/// When using TokenHandlers, <see cref="SecurityTokenValidatedContext.SecurityToken"/> will be a <see cref="JsonWebToken"/> when the security token is a JWT.