SecurityTokenService.EndGetScope(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 call to the BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) method.
protected:
virtual System::IdentityModel::Scope ^ EndGetScope(IAsyncResult ^ result);
protected virtual System.IdentityModel.Scope EndGetScope (IAsyncResult result);
abstract member EndGetScope : IAsyncResult -> System.IdentityModel.Scope
override this.EndGetScope : IAsyncResult -> System.IdentityModel.Scope
Protected Overridable Function EndGetScope (result As IAsyncResult) As Scope
Parameters
- result
- IAsyncResult
The IAsyncResult that is returned by a call to the BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) method.
Returns
A Scope that encapsulates the relying party (RP) information associated with the request (RST) specified in the call to the BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) method.
Remarks
The default implementation of this method throws a NotImplementedException.