WSTrustSerializationContext.SecurityTokenHandlerCollectionManager 属性

定义

获取 SecurityTokenHandlerCollectionManager 对象包含用来序列化和验证在 WS-Trust 消息中找到的标记的 SecurityTokenHandler 对象集。

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 对象。

适用于