Aracılığıyla paylaş


SecurityTokenService.EndGetScope(IAsyncResult) Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, yöntemine zaman uyumsuz çağrıyı BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) tamamlar.

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

Parametreler

result
IAsyncResult

IAsyncResult yöntemine BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) yapılan bir çağrı tarafından döndürülen.

Döndürülenler

Scope Yöntemine yapılan çağrıda BeginGetScope(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) belirtilen istek (RST) ile ilişkili bağlı olan taraf (RP) bilgilerini kapsülleyen bir.

Açıklamalar

Bu yöntemin varsayılan uygulaması bir NotImplementedExceptionoluşturur.

Şunlara uygulanır