WSTrustChannel.TrustVersion 属性

定义

获取或设置此通道同于序列化 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 访问器受到保护。

适用于