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 访问器受到保护。