WSTrustChannelFactory.SecurityTokenHandlerCollectionManager プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WS-Trust メッセージにあるトークンをシリアル化および検証するために、このファクトリで作成されるチャネルで使用するオブジェクトの SecurityTokenHandler セットを含む SecurityTokenHandlerCollectionManager を取得または設定します。
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 オブジェクト。
注釈
チャネルが作成された後に、このプロパティの値を変更することはできません。