WSTrustChannel.WSTrustSerializationContext Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el WSTrustSerializationContext que el canal usa para serializar los mensajes de WS-Trust.
public: property System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ WSTrustSerializationContext { public:
System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ get(); protected:
void set(System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ value); };
public System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext WSTrustSerializationContext { get; protected set; }
member this.WSTrustSerializationContext : System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext with get, set
Public Property WSTrustSerializationContext As WSTrustSerializationContext
Valor de propiedad
WSTrustSerializationContext que usa el canal.
Comentarios
El descriptor de acceso set está protegido.