次の方法で共有


WSTrustSerializationContext.SecurityTokenHandlers プロパティ

定義

WS-Trust メッセージに含まれるセキュリティ トークンのシリアル化および検証に使用される SecurityTokenHandler オブジェクトのコレクションを取得または設定します。

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ SecurityTokenHandlers { System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ get(); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollection SecurityTokenHandlers { get; }
member this.SecurityTokenHandlers : System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public ReadOnly Property SecurityTokenHandlers As SecurityTokenHandlerCollection

プロパティ値

SecurityTokenHandlerCollection オブジェクト。

適用対象