次の方法で共有


IWSTrustFeb2005SyncContract.ProcessTrustFeb2005ValidateResponse メソッド

定義

WS-Trust Feb 2005 プロトコルの RSTR/Validate メソッドを定義します。

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

パラメーター

message
Message

RST を含む要求メッセージを表す Message

戻り値

RSTR を含む応答メッセージを表す Message

属性

適用対象