IWSTrustFeb2005AsyncContract Interfaccia

Definizione

Definisce un'interfaccia asincrona del contratto di servizio per il protocollo WS-Trust di febbraio 2005.

public interface class IWSTrustFeb2005AsyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrustFeb2005AsyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrustFeb2005AsyncContract = interface
Public Interface IWSTrustFeb2005AsyncContract
Derivato
Attributi

Metodi

BeginTrustFeb2005Cancel(Message, AsyncCallback, Object)

Definisce il metodo Cancel asincrono per il protocollo WS-Trust di febbraio 2005.

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

Definisce il metodo RSTR/Cancel asincrono per il protocollo WS-Trust di febbraio 2005.

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

Definisce il metodo Issue asincrono per il protocollo WS-Trust di febbraio 2005.

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

Definisce il metodo RSTR/Issue asincrono per il protocollo WS-Trust di febbraio 2005.

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

Definisce il metodo Renew asincrono per il protocollo WS-Trust di febbraio 2005.

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

Definisce il metodo RSTR/Renew asincrono per il protocollo WS-Trust di febbraio 2005.

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

Definisce il metodo Validate asincrono per il protocollo WS-Trust di febbraio 2005.

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

Definisce il metodo RSTR/Validate asincrono per il protocollo WS-Trust di febbraio 2005.

EndTrustFeb2005Cancel(IAsyncResult)

Completa il metodo Cancel asincrono.

EndTrustFeb2005CancelResponse(IAsyncResult)

Completa il metodo RSTR/Cancel asincrono.

EndTrustFeb2005Issue(IAsyncResult)

Completa il metodo Issue asincrono.

EndTrustFeb2005IssueResponse(IAsyncResult)

Completa il metodo RSTR/Issue asincrono.

EndTrustFeb2005Renew(IAsyncResult)

Completa il metodo Renew asincrono.

EndTrustFeb2005RenewResponse(IAsyncResult)

Completa il metodo RSTR/Renew asincrono.

EndTrustFeb2005Validate(IAsyncResult)

Completa il metodo Validate asincrono.

EndTrustFeb2005ValidateResponse(IAsyncResult)

Completa il metodo RSTR/Validate asincrono.

Si applica a