WSTrustMessage.BinaryExchange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.