SecurityTokenService.EndGetOutputClaimsIdentity(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 BeginGetOutputClaimsIdentity(ClaimsPrincipal, RequestSecurityToken, Scope, AsyncCallback, Object) method.
protected:
virtual System::Security::Claims::ClaimsIdentity ^ EndGetOutputClaimsIdentity(IAsyncResult ^ result);
protected virtual System.Security.Claims.ClaimsIdentity EndGetOutputClaimsIdentity (IAsyncResult result);
abstract member EndGetOutputClaimsIdentity : IAsyncResult -> System.Security.Claims.ClaimsIdentity
override this.EndGetOutputClaimsIdentity : IAsyncResult -> System.Security.Claims.ClaimsIdentity
Protected Overridable Function EndGetOutputClaimsIdentity (result As IAsyncResult) As ClaimsIdentity
Parameters
- result
- IAsyncResult
The IAsyncResult that is returned by a call to the BeginGetOutputClaimsIdentity(ClaimsPrincipal, RequestSecurityToken, Scope, AsyncCallback, Object) method.
Returns
A ClaimsIdentity that contains the collection of claims that will be placed in the issued security token.
Remarks
The default implementation of this method throws a NotImplementedException.