Ler em inglês

Compartilhar via


WsFederationOptions.SecurityTokenHandlers Propriedade

Definição

Cuidado

SecurityTokenHandlers is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenHandlers, set UseSecurityTokenHandlers to true. See https://aka.ms/aspnetcore8/security-token-changes

Obtém ou define a coleção de ISecurityTokenValidator usada para ler e validar os SecurityTokens.

public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.ISecurityTokenValidator> SecurityTokenHandlers { get; set; }
[System.Obsolete("SecurityTokenHandlers is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenHandlers, set UseSecurityTokenHandlers to true. See https://aka.ms/aspnetcore8/security-token-changes")]
public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.ISecurityTokenValidator> SecurityTokenHandlers { get; set; }

Valor da propriedade

Atributos

Aplica-se a