IWSTrust13AsyncContract.EndTrust13ValidateResponse(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
完成非同步的 RSTR/Validate 方法。
public:
System::ServiceModel::Channels::Message ^ EndTrust13ValidateResponse(IAsyncResult ^ ar);
public System.ServiceModel.Channels.Message EndTrust13ValidateResponse (IAsyncResult ar);
abstract member EndTrust13ValidateResponse : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndTrust13ValidateResponse (ar As IAsyncResult) As Message
參數
- ar
- IAsyncResult
IAsyncResult,在呼叫 BeginTrust13ValidateResponse(Message, AsyncCallback, Object) 方法時所傳回。
傳回
Message,表示包含 RSTR 的回應訊息。