SecurityTokenService.EndIssue(IAsyncResult) Metodo

Definizione

Una volta eseguito l'override in una classe derivata, completa la richiesta di problema WS-Trust asincrona.

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

Parametri

Restituisce

RequestSecurityTokenResponse

A RequestSecurityTokenResponse che rappresenta RSTR da restituire al chiamante.

Commenti

L'implementazione predefinita di questo metodo genera un InvalidRequestExceptionoggetto .

Si applica a