WSTrustChannelFactory.SecurityTokenHandlerCollectionManager Propiedad

Definición

Obtiene o establece el SecurityTokenHandlerCollectionManager que contiene el conjunto de SecurityTokenHandler objetos utilizados por los canales creados por esta factoría para serializar y validar tokens encontrados en WS-Trust mensajes.

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

Objeto SecurityTokenHandlerCollectionManager.

Comentarios

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

Se aplica a