共用方式為


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 方法呼叫中指定要求 (RST) 相關聯之信賴憑證者 (RP) 資訊的 BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object)

備註

這個方法預設實作會擲回 NotImplementedException

適用於