WSTrustChannel.TrustVersion 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個通道用來序列化 Message 物件的 WS-Trust 版本。
public: property System::ServiceModel::Security::TrustVersion ^ TrustVersion { public:
System::ServiceModel::Security::TrustVersion ^ get(); protected:
void set(System::ServiceModel::Security::TrustVersion ^ value); };
public System.ServiceModel.Security.TrustVersion TrustVersion { get; protected set; }
member this.TrustVersion : System.ServiceModel.Security.TrustVersion with get, set
Public Property TrustVersion As TrustVersion
屬性值
通道使用的 TrustVersion (URI)。
備註
set 存取子受到保護。