Aracılığıyla paylaş


SecurityTokenService.EndRenew(IAsyncResult) Yöntem

Tanım

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

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

Parametreler

result
IAsyncResult

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