SecurityTokenService.EndGetScope(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中重写时,完成对 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
参数
- result
- IAsyncResult
IAsyncResult,由对 BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) 方法的调用返回。
返回
Scope 封装在对 BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) 方法的调用中指定的与请求 (RST) 关联的依赖方 (RP) 信息。
注解
此方法的默认实现将 NotImplementedException引发 。