次の方法で共有


IWSTrustFeb2005SyncContract.ProcessTrustFeb2005Validate(Message) メソッド

定義

WS-Trust Feb 2005 プロトコルの 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")]
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 を含む要求メッセージを表す Message

戻り値

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

属性

適用対象