Bagikan melalui


SecurityTokenService.EndGetScope(IAsyncResult) Metode

Definisi

Ketika ditimpa di kelas turunan, menyelesaikan panggilan asinkron ke BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) metode .

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

Parameter

Mengembalikan

Scope Yang merangkum informasi pihak yang mengandalkan (RP) yang terkait dengan permintaan (RST) yang ditentukan dalam panggilan ke BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) metode .

Keterangan

Implementasi default metode ini melempar NotImplementedException.

Berlaku untuk