Aracılığıyla paylaş


SecurityTokenService.EndValidate(IAsyncResult) Yöntem

Tanım

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

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

Parametreler

result
IAsyncResult

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