SecurityTokenHandlerCollection.Item[] Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera procedurę obsługi tokenów z kolekcji, która może obsługiwać określony token, typ tokenu lub identyfikator typu tokenu.
Przeciążenia
Item[SecurityToken] |
Pobiera program obsługi tokenów z tej kolekcji, który może obsługiwać określony token zabezpieczający. |
Item[String] |
Pobiera program obsługi tokenów z tej kolekcji, który może obsługiwać określony identyfikator typu. |
Item[Type] |
Pobiera program obsługi z tej kolekcji, który może obsłużyć określony typ tokenu. |
Item[SecurityToken]
Pobiera program obsługi tokenów z tej kolekcji, który może obsługiwać określony token zabezpieczający.
public:
property System::IdentityModel::Tokens::SecurityTokenHandler ^ default[System::IdentityModel::Tokens::SecurityToken ^] { System::IdentityModel::Tokens::SecurityTokenHandler ^ get(System::IdentityModel::Tokens::SecurityToken ^ token); };
public System.IdentityModel.Tokens.SecurityTokenHandler this[System.IdentityModel.Tokens.SecurityToken token] { get; }
member this.Item(System.IdentityModel.Tokens.SecurityToken) : System.IdentityModel.Tokens.SecurityTokenHandler
Default Public ReadOnly Property Item(token As SecurityToken) As SecurityTokenHandler
Parametry
- token
- SecurityToken
Token, dla którego ma zostać zwrócony program obsługi.
Wartość właściwości
Procedura obsługi tokenów, która może obsłużyć określony token.
Dotyczy
Item[String]
Pobiera program obsługi tokenów z tej kolekcji, który może obsługiwać określony identyfikator typu.
public:
property System::IdentityModel::Tokens::SecurityTokenHandler ^ default[System::String ^] { System::IdentityModel::Tokens::SecurityTokenHandler ^ get(System::String ^ tokenTypeIdentifier); };
public System.IdentityModel.Tokens.SecurityTokenHandler this[string tokenTypeIdentifier] { get; }
member this.Item(string) : System.IdentityModel.Tokens.SecurityTokenHandler
Default Public ReadOnly Property Item(tokenTypeIdentifier As String) As SecurityTokenHandler
Parametry
- tokenTypeIdentifier
- String
Identyfikator URI identyfikujący typ tokenu.
Wartość właściwości
Procedura obsługi tokenów, która może obsługiwać tokeny odpowiadające określonemu identyfikatorowi typu.
Dotyczy
Item[Type]
Pobiera program obsługi z tej kolekcji, który może obsłużyć określony typ tokenu.
public:
property System::IdentityModel::Tokens::SecurityTokenHandler ^ default[Type ^] { System::IdentityModel::Tokens::SecurityTokenHandler ^ get(Type ^ tokenType); };
public System.IdentityModel.Tokens.SecurityTokenHandler this[Type tokenType] { get; }
member this.Item(Type) : System.IdentityModel.Tokens.SecurityTokenHandler
Default Public ReadOnly Property Item(tokenType As Type) As SecurityTokenHandler
Parametry
- tokenType
- Type
Typ tokenu do obsłużenia.
Wartość właściwości
Procedura obsługi tokenów, która może obsługiwać tokeny określonego typu.