SecurityTokenService.EndRenew(IAsyncResult) Method

Definition

When overridden in a derived class, completes the asynchronous WS-Trust Renew request.

public:
 virtual System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ EndRenew(IAsyncResult ^ result);
public virtual System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse EndRenew (IAsyncResult result);
abstract member EndRenew : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
override this.EndRenew : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Public Overridable Function EndRenew (result As IAsyncResult) As RequestSecurityTokenResponse

Parameters

Returns

A RequestSecurityTokenResponse that represents the RSTR to return to the caller.

Remarks

The default implementation of this method throws an InvalidRequestException.

Applies to