Share via


WSTrustChannelFactory.SecurityTokenHandlerCollectionManager Propiedad

Definición

Obtiene o establece el SecurityTokenHandlerCollectionManager que contiene el conjunto de SecurityTokenHandler objetos usados por canales creados por este generador para serializar y validar los tokens que se encuentran en los mensajes de 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 de propiedad

SecurityTokenHandlerCollectionManager

Objeto SecurityTokenHandlerCollectionManager.

Comentarios

No se puede cambiar el valor de esta propiedad después de crear un canal.

Se aplica a