IWSTrustChannelContract.EndIssue Metodo

Definizione

Completa l'operazione di invio asincrono avviata da una chiamata a BeginIssue(RequestSecurityToken, AsyncCallback, Object).

public:
 System::IdentityModel::Tokens::SecurityToken ^ EndIssue(IAsyncResult ^ result, [Runtime::InteropServices::Out] System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ % response);
public System.IdentityModel.Tokens.SecurityToken EndIssue (IAsyncResult result, out System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse response);
abstract member EndIssue : IAsyncResult * RequestSecurityTokenResponse -> System.IdentityModel.Tokens.SecurityToken
Public Function EndIssue (result As IAsyncResult, ByRef response As RequestSecurityTokenResponse) As SecurityToken

Parametri

result
IAsyncResult

Riferimento alla richiesta di invio asincrona in sospeso.

response
RequestSecurityTokenResponse

RequestSecurityTokenResponse che rappresenta la risposta STS.

Restituisce

Oggetto SecurityToken che rappresenta il token generato da STS.

Si applica a