SecurityTokenHandlerCollectionManager.Item[String] Proprietà

Definizione

Restituisce la raccolta del gestore di token di sicurezza per l'utilizzo specificato.

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

Parametri

usage
String

Nome di utilizzo per la raccolta del gestore di token.

Valore della proprietà

Raccolta del gestore di token associata all'utilizzo specificato.

Commenti

Viene generata un'eccezione se non è presente alcuna raccolta di gestori di token associata alla chiave specificata (utilizzo).

Si applica a

Vedi anche