SecurityTokenHandlerCollectionManager.Item[String] Property

Definition

Returns the security token handler collection for the specified usage.

C#
public System.IdentityModel.Tokens.SecurityTokenHandlerCollection this[string usage] { get; set; }

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

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also