Share via


BootstrapContext.SecurityTokenHandler Propiedad

Definición

Obtiene el controlador del token usado para inicializar el contexto.

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

Valor de propiedad

El controlador de token o null.

Comentarios

Esta propiedad solo se establece si se usó el BootstrapContext.BootstrapContext(SecurityToken, SecurityTokenHandler) constructor; de lo contrario, es null.

Se aplica a