Sdílet prostřednictvím


IdentityConfiguration.SecurityTokenHandlers Vlastnost

Definice

Získá kolekci SecurityTokenHandler objektů používaných k serializaci a ověření tokenů nalezených v WS-Trust zprávy.

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

Hodnota vlastnosti

Kolekce obslužných rutin tokenů.

Poznámky

Pokud chcete zaregistrovat vlastní obslužnou rutinu tokenu, přidejte ji do této kolekce.

Platí pro