次の方法で共有


SecurityTokenHandlerCollectionManager.CreateDefaultSecurityTokenHandlerCollectionManager メソッド

定義

トークン ハンドラーの既定のセットが含まれたハンドラー コレクションを持つトークン ハンドラー コレクション マネージャーを作成します。

public:
 static System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ CreateDefaultSecurityTokenHandlerCollectionManager();
public static System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager CreateDefaultSecurityTokenHandlerCollectionManager ();
static member CreateDefaultSecurityTokenHandlerCollectionManager : unit -> System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager
Public Shared Function CreateDefaultSecurityTokenHandlerCollectionManager () As SecurityTokenHandlerCollectionManager

戻り値

既定のトークン ハンドラーを持つコレクションを含むマネージャー。

注釈

新しいインスタンスは、構成の既定のサービス名に関連付けられます。

適用対象

こちらもご覧ください