WSTrustChannelFactory.SecurityTokenHandlerCollectionManager プロパティ

定義

メッセージで見つかったトークンをシリアル化および検証するためにこのファクトリによって作成されたチャネルによって使用されるSecurityTokenHandlerCollectionManager オブジェクトのセットを含むSecurityTokenHandlerWS-Trust 取得または設定します。

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ SecurityTokenHandlerCollectionManager { System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ value); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager SecurityTokenHandlerCollectionManager { get; set; }
member this.SecurityTokenHandlerCollectionManager : System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager with get, set
Public Property SecurityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager

プロパティ値

SecurityTokenHandlerCollectionManager オブジェクトです。

注釈

チャネルの作成後にこのプロパティの値を変更することはできません。

適用対象