WSTrustMessage.BinaryExchange Propiedad

Definición

Obtiene o establece el contenido del elemento wst:BinaryExchange.

public:
 property System::IdentityModel::Protocols::WSTrust::BinaryExchange ^ BinaryExchange { System::IdentityModel::Protocols::WSTrust::BinaryExchange ^ get(); void set(System::IdentityModel::Protocols::WSTrust::BinaryExchange ^ value); };
public System.IdentityModel.Protocols.WSTrust.BinaryExchange BinaryExchange { get; set; }
member this.BinaryExchange : System.IdentityModel.Protocols.WSTrust.BinaryExchange with get, set
Public Property BinaryExchange As BinaryExchange

Valor de propiedad

BinaryExchange que contiene los datos binarios intercambiados. Esto incluye el contenido de los atributos ValueType y EncodingType, así como los datos reales.

Se aplica a