共用方式為


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 屬性的內容,以及實際的資料。

適用於