SecurityTokenHandlerCollectionManager.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- usage
- String
The usage name for the token handler collection.
Property Value
The token handler collection associated with the specified usage.
Remarks
An exception is thrown if there is no token handler collection associated with the specified key (usage).
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.