SecurityTokenService.EndGetScope(IAsyncResult) 方法

定义

当在派生类中重写时,完成对 BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) 方法的异步调用。

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

参数

返回

Scope 封装在对 BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) 方法的调用中指定的与请求 (RST) 关联的依赖方 (RP) 信息。

注解

此方法的默认实现将 NotImplementedException引发 。

适用于