次の方法で共有


SecurityTokenHandlerCollectionManager.SecurityTokenHandlerCollections プロパティ

定義

このインスタンスで管理されるセキュリティ トークン ハンドラー コレクションを取得します。

public:
 property System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^> ^ SecurityTokenHandlerCollections { System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SecurityTokenHandlerCollection> SecurityTokenHandlerCollections { get; }
member this.SecurityTokenHandlerCollections : seq<System.IdentityModel.Tokens.SecurityTokenHandlerCollection>
Public ReadOnly Property SecurityTokenHandlerCollections As IEnumerable(Of SecurityTokenHandlerCollection)

プロパティ値

このインスタンスで管理されるトークン ハンドラー コレクション。

適用対象

こちらもご覧ください