SecurityTokenHandlerCollectionManager.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定使用方式的安全性權杖處理常式集合。
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
權杖處理常式集合的使用方式名稱。
屬性值
與指定的用法相關聯的權杖處理常式集合。
備註
如果沒有與指定索引鍵相關聯的令牌處理程式集合, (使用量) ,就會擲回例外狀況。