Share via


WSTrustChannel.EndIssue Metoda

Definice

Dokončí asynchronní operaci a odešle zprávu o problému WS-Trust koncovému bodu.

Přetížení

EndIssue(IAsyncResult, RequestSecurityTokenResponse)

Dokončí asynchronní operaci, která odešle zprávu WS-Trust Problém iniciovaná metodou BeginIssue(RequestSecurityToken, AsyncCallback, Object) .

EndIssue(IAsyncResult)

Dokončí asynchronní operaci, která odešle zprávu WS-Trust Problém iniciovaná metodou BeginIssue(Message, AsyncCallback, Object) .

EndIssue(IAsyncResult, RequestSecurityTokenResponse)

Dokončí asynchronní operaci, která odešle zprávu WS-Trust Problém iniciovaná metodou 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

Parametry

result
IAsyncResult

Odkaz na nevyřešenou asynchronní žádost o odeslání.

rstr
RequestSecurityTokenResponse

Představující RequestSecurityTokenResponse odpověď služby TOKENS.

Návraty

A SecurityToken , který představuje token vystavený službou STS.

Implementuje

Platí pro

EndIssue(IAsyncResult)

Dokončí asynchronní operaci, která odešle zprávu WS-Trust Problém iniciovaná metodou 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

Parametry

asyncResult
IAsyncResult

Odkaz IAsyncResult na nevyřešený asynchronní požadavek odeslání.

Návraty

Hodnota vrácená Message ze služby TOKENS.

Implementuje

Platí pro