WSTrustChannel.EndIssue Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Completa un'operazione asincrona per inviare un messaggio WS-Trust Issue a un endpoint.
Overload
EndIssue(IAsyncResult, RequestSecurityTokenResponse) |
Completa un'operazione asincrona per inviare un messaggio WS-Trust Issue dal metodo di BeginIssue(RequestSecurityToken, AsyncCallback, Object). |
EndIssue(IAsyncResult) |
Completa un'operazione asincrona per inviare un messaggio WS-Trust Issue dal metodo di BeginIssue(Message, AsyncCallback, Object). |
EndIssue(IAsyncResult, RequestSecurityTokenResponse)
Completa un'operazione asincrona per inviare un messaggio WS-Trust Issue dal metodo di BeginIssue(RequestSecurityToken, AsyncCallback, Object).
public:
virtual System::IdentityModel::Tokens::SecurityToken ^ EndIssue(IAsyncResult ^ result, [Runtime::InteropServices::Out] System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ % rstr);
public System.IdentityModel.Tokens.SecurityToken EndIssue (IAsyncResult result, out System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse rstr);
abstract member EndIssue : IAsyncResult * RequestSecurityTokenResponse -> System.IdentityModel.Tokens.SecurityToken
override this.EndIssue : IAsyncResult * RequestSecurityTokenResponse -> System.IdentityModel.Tokens.SecurityToken
Public Function EndIssue (result As IAsyncResult, ByRef rstr As RequestSecurityTokenResponse) As SecurityToken
Parametri
- result
- IAsyncResult
Riferimento alla richiesta di invio asincrona in sospeso.
RequestSecurityTokenResponse che rappresenta la risposta STS.
Restituisce
Oggetto SecurityToken che rappresenta il token generato da STS.
Implementazioni
Si applica a
EndIssue(IAsyncResult)
Completa un'operazione asincrona per inviare un messaggio WS-Trust Issue dal metodo di BeginIssue(Message, AsyncCallback, Object).
public:
virtual System::ServiceModel::Channels::Message ^ EndIssue(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndIssue (IAsyncResult asyncResult);
abstract member EndIssue : IAsyncResult -> System.ServiceModel.Channels.Message
override this.EndIssue : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndIssue (asyncResult As IAsyncResult) As Message
Parametri
- asyncResult
- IAsyncResult
Riferimento IAsyncResult alla richiesta di invio asincrona in sospeso.
Restituisce
Message restituito dall'STS.