SecurityTokenService.EndRenew(IAsyncResult) 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.
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
- result
- IAsyncResult
The IAsyncResult that is returned by a call to the BeginRenew(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) method.
Returns
A RequestSecurityTokenResponse that represents the RSTR to return to the caller.
Remarks
The default implementation of this method throws an InvalidRequestException.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.