Share via


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スローされます。

適用対象