共用方式為


WSTrustSerializationContext.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 物件。

適用於