SecurityTokenHandlerCollectionManager.Item[String] Właściwość

Definicja

Zwraca kolekcję programu obsługi tokenów zabezpieczających dla określonego użycia.

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ default[System::String ^] { System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ get(System::String ^ usage); void set(System::String ^ usage, System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ value); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollection this[string usage] { get; set; }
member this.Item(string) : System.IdentityModel.Tokens.SecurityTokenHandlerCollection with get, set
Default Public Property Item(usage As String) As SecurityTokenHandlerCollection

Parametry

usage
String

Nazwa użycia kolekcji procedury obsługi tokenów.

Wartość właściwości

Kolekcja procedury obsługi tokenów skojarzona z określonym użyciem.

Uwagi

Wyjątek jest zgłaszany, jeśli nie ma kolekcji procedury obsługi tokenów skojarzonej z określonym kluczem (użyciem).

Dotyczy

Zobacz też