WSTrustChannel.EndRenew Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completes an asynchronous operation to send a WS-Trust Renew message to an endpoint.
Overloads
EndRenew(IAsyncResult) |
Completes an asynchronous operation to send a WS-Trust Renew message initiated by the BeginRenew(Message, AsyncCallback, Object) method. |
EndRenew(IAsyncResult, RequestSecurityTokenResponse) |
Completes an asynchronous operation to send a WS-Trust Renew message initiated by the BeginRenew(RequestSecurityToken, AsyncCallback, Object) method. |
EndRenew(IAsyncResult)
Completes an asynchronous operation to send a WS-Trust Renew message initiated by the BeginRenew(Message, AsyncCallback, Object) method.
public:
virtual System::ServiceModel::Channels::Message ^ EndRenew(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndRenew (IAsyncResult asyncResult);
abstract member EndRenew : IAsyncResult -> System.ServiceModel.Channels.Message
override this.EndRenew : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndRenew (asyncResult As IAsyncResult) As Message
Parameters
- asyncResult
- IAsyncResult
The IAsyncResult reference to the outstanding asynchronous send request.
Returns
The Message returned from the STS.
Implements
Applies to
EndRenew(IAsyncResult, RequestSecurityTokenResponse)
Completes an asynchronous operation to send a WS-Trust Renew message initiated by the BeginRenew(RequestSecurityToken, AsyncCallback, Object) method.
public:
virtual void EndRenew(IAsyncResult ^ result, [Runtime::InteropServices::Out] System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ % rstr);
public void EndRenew (IAsyncResult result, out System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse rstr);
abstract member EndRenew : IAsyncResult * RequestSecurityTokenResponse -> unit
override this.EndRenew : IAsyncResult * RequestSecurityTokenResponse -> unit
Public Sub EndRenew (result As IAsyncResult, ByRef rstr As RequestSecurityTokenResponse)
Parameters
- result
- IAsyncResult
A reference to the outstanding asynchronous send request.
The RequestSecurityTokenResponse representing the STS response.