Share via


IWSTrustContract.EndValidate(IAsyncResult) 方法

定義

WS-Trust 驗證繫結的非同步結束方法。

public:
 System::ServiceModel::Channels::Message ^ EndValidate(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndValidate (IAsyncResult asyncResult);
abstract member EndValidate : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndValidate (asyncResult As IAsyncResult) As Message

參數

asyncResult
IAsyncResult

未處理的非同步傳送要求的參考。

傳回

Message,表示包含 RSTR 的回應訊息。

適用於