IdentityConfiguration.SecurityTokenHandlers Propiedad

Definición

Obtiene la colección de SecurityTokenHandler objetos usados para serializar y validar tokens encontrados en WS-Trust mensajes.

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ SecurityTokenHandlers { System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ get(); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollection SecurityTokenHandlers { get; }
member this.SecurityTokenHandlers : System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public ReadOnly Property SecurityTokenHandlers As SecurityTokenHandlerCollection

Valor de propiedad

Colección de controladores de token.

Comentarios

Para registrar su propio controlador de token, agréguelo a esta colección.

Se aplica a