Share via


SecurityTokenService.EndIssue(IAsyncResult) Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, zaman uyumsuz WS-Trust Sorun isteğini tamamlar.

public:
 virtual System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ EndIssue(IAsyncResult ^ result);
public virtual System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse EndIssue (IAsyncResult result);
abstract member EndIssue : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
override this.EndIssue : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Public Overridable Function EndIssue (result As IAsyncResult) As RequestSecurityTokenResponse

Parametreler

result
IAsyncResult

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

Döndürülenler

RequestSecurityTokenResponse Çağırana döndürülecek RSTR'yi temsil eden bir.

Açıklamalar

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

Şunlara uygulanır