WSTrustChannelFactory.SecurityTokenHandlerCollectionManager Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o SecurityTokenHandlerCollectionManager que contém o conjunto de objetos SecurityTokenHandler usados pelos canais criados por essa fábrica para serializar e validar tokens encontrados em mensagens 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
Valor da propriedade
O objeto SecurityTokenHandlerCollectionManager.
Comentários
Você não pode alterar o valor dessa propriedade depois que um canal tiver sido criado.