SecurityTokenHandlerCollectionManager.Item[String] Propriedade
Definição
Retorna a coleção de manipuladores de token de segurança para o uso especificado.Returns the security token handler collection for the specified usage.
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
Parâmetros
- usage
- String
O nome de uso para a coleção de manipuladores de token.The usage name for the token handler collection.
Valor da propriedade
A coleção de manipulador de token associada ao uso especificado.The token handler collection associated with the specified usage.
Comentários
Uma exceção será lançada se não houver nenhuma coleção de manipulador de token associada à chave especificada (uso).An exception is thrown if there is no token handler collection associated with the specified key (usage).