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 属性和实际数据。

适用于