Udostępnij przez


IdentityConfiguration.SecurityTokenHandlers Właściwość

Definicja

Pobiera kolekcję obiektów używanych SecurityTokenHandler do serializacji i weryfikowania tokenów znalezionych w komunikatach WS-Trust.

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

Wartość właściwości

Kolekcja procedur obsługi tokenów.

Uwagi

Aby zarejestrować własną procedurę obsługi tokenów, dodaj ją do tej kolekcji.

Dotyczy