The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SecurityTokenService::EndGetOutputClaimsIdentity Method (IAsyncResult^)
.NET Framework (current version)
When overridden in a derived class, completes the asynchronous call to the BeginGetOutputClaimsIdentity method.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- result
-
Type:
System::IAsyncResult^
The IAsyncResult that is returned by a call to the BeginGetOutputClaimsIdentity method.
Return Value
Type: System.Security.Claims::ClaimsIdentity^A ClaimsIdentity that contains the collection of claims that will be placed in the issued security token.
The default implementation of this method throws a NotImplementedException.
.NET Framework
Available since 4.5
Available since 4.5
Show: