共用方式為


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

權杖處理常式集合的使用方式名稱。

屬性值

與指定的用法相關聯的權杖處理常式集合。

備註

如果沒有與指定索引鍵相關聯的令牌處理程式集合, (使用量) ,就會擲回例外狀況。

適用於

另請參閱