次の方法で共有


SecurityTokenHandlerCollectionManager.Item[String] プロパティ

定義

指定した使用法のセキュリティ トークン ハンドラー コレクションを返します。

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

パラメーター

usage
String

トークン ハンドラー コレクションの使用方法名。

プロパティ値

指定された使用方法に関連付けられているトークン ハンドラー コレクション。

注釈

指定したキー (使用法) に関連付けられているトークン ハンドラー コレクションがない場合は、例外がスローされます。

適用対象

こちらもご覧ください