WSTrustMessage.BinaryExchange 属性

定义

获取或设置 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

属性值

一个 BinaryExchange 包含交换的二进制数据。 这包括 ValueType 和 EncodingType 属性的内容以及实际数据。

适用于