WSTrustMessage.BinaryExchange Property

Definition

Gets or sets the contents of the wst:BinaryExchange element.

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

Property Value

A BinaryExchange that contains the binary data exchanged. This includes the contents of the ValueType and EncodingType attributes as well as the actual data.

Applies to