IWSTrust13AsyncContract Interfaccia

Definizione

Definisce l'interfaccia asincrona del contratto di servizio per il protocollo WS-Trust 1.3.

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

Metodi

BeginTrust13Cancel(Message, AsyncCallback, Object)

Definisce il metodo Cancel asincrono per il protocollo WS-Trust 1.3.

BeginTrust13CancelResponse(Message, AsyncCallback, Object)

Definisce il metodo RSTR/Cancel asincrono per il protocollo WS-Trust 1.3.

BeginTrust13Issue(Message, AsyncCallback, Object)

Definisce il metodo Issue asincrono per il protocollo WS-Trust 1.3.

BeginTrust13IssueResponse(Message, AsyncCallback, Object)

Definisce il metodo RSTR/Issue asincrono per il protocollo WS-Trust 1.3.

BeginTrust13Renew(Message, AsyncCallback, Object)

Definisce il metodo Renew asincrono per il protocollo WS-Trust 1.3.

BeginTrust13RenewResponse(Message, AsyncCallback, Object)

Definisce il metodo RSTR/Renew asincrono per il protocollo WS-Trust 1.3.

BeginTrust13Validate(Message, AsyncCallback, Object)

Definisce il metodo Validate asincrono per il protocollo WS-Trust 1.3.

BeginTrust13ValidateResponse(Message, AsyncCallback, Object)

Definisce il metodo RSTR/Validate asincrono per il protocollo WS-Trust 1.3.

EndTrust13Cancel(IAsyncResult)

Completa il metodo Cancel asincrono.

EndTrust13CancelResponse(IAsyncResult)

Completa il metodo RSTR/Cancel asincrono.

EndTrust13Issue(IAsyncResult)

Completa il metodo Issue asincrono.

EndTrust13IssueResponse(IAsyncResult)

Completa il metodo RSTR/Issue asincrono.

EndTrust13Renew(IAsyncResult)

Completa il metodo Renew asincrono.

EndTrust13RenewResponse(IAsyncResult)

Completa il metodo RSTR/Renew asincrono.

EndTrust13Validate(IAsyncResult)

Completa il metodo Validate asincrono.

EndTrust13ValidateResponse(IAsyncResult)

Completa il metodo RSTR/Validate asincrono.

Si applica a