共用方式為


WSTrustChannelFactory.SecurityTokenHandlerCollectionManager 屬性

定義

取得或設定 SecurityTokenHandlerCollectionManager,其中包含一組由通道使用的 SecurityTokenHandler 物件,該通道由 WS-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

SecurityTokenHandlerCollectionManager 物件。

備註

建立通道之後,您就無法變更這個屬性的值。

適用於