Aracılığıyla paylaş


SecurityTokenService.EndCancel(IAsyncResult) Yöntem

Tanım

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

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

Parametreler

result
IAsyncResult

IAsyncResult yöntemine BeginCancel(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