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 方法呼叫中指定要求 (RST) 相關聯之信賴憑證者 (RP) 資訊的 BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object)。
備註
這個方法預設實作會擲回 NotImplementedException。