BootstrapContext.SecurityTokenHandler Właściwość

Definicja

Pobiera procedurę obsługi tokenów, która została użyta do zainicjowania kontekstu.

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

Wartość właściwości

Procedura obsługi tokenów lub null.

Uwagi

Ta właściwość jest ustawiana tylko wtedy, gdy BootstrapContext.BootstrapContext(SecurityToken, SecurityTokenHandler) konstruktor był używany. W przeciwnym razie jest nullto .

Dotyczy