IWSTrustFeb2005SyncContract.ProcessTrustFeb2005Validate(Message) 方法

定义

定义2005年2月 WS-Trust 协议的RSTR/验证方法。Defines the Validate method for the WS-Trust Feb 2005 protocol.

public:
 System::ServiceModel::Channels::Message ^ ProcessTrustFeb2005Validate(System::ServiceModel::Channels::Message ^ message);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Validate", Name="TrustFeb2005Validate", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate")]
public System.ServiceModel.Channels.Message ProcessTrustFeb2005Validate (System.ServiceModel.Channels.Message message);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Validate", Name="TrustFeb2005Validate", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate")>]
abstract member ProcessTrustFeb2005Validate : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.Message
Public Function ProcessTrustFeb2005Validate (message As Message) As Message

参数

message
Message

表示包含 RST 的请求消息的 MessageA Message that represents the request message, which contains the RST.

返回

Message

表示包含 RSTR 的响应消息的 MessageA Message that represents the response message, which contains the RSTR.

属性

适用于