IWSTrust13AsyncContract Interface

Definição

Define a interface de contrato de serviço assíncrona para o protocolo WS-Trust 1.3.Defines the asynchronous service contract interface for the WS-Trust 1.3 protocol.

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
Derivado
Atributos

Métodos

BeginTrust13Cancel(Message, AsyncCallback, Object)

Define o método Cancel assíncrono para o protocolo WS-Trust 1.3.Defines the asynchronous Cancel method for the WS-Trust 1.3 protocol.

BeginTrust13CancelResponse(Message, AsyncCallback, Object)

Define o método RSTR/Cancel assíncrono para o protocolo WS-Trust 1.3.Defines the asynchronous RSTR/Cancel method for the WS-Trust 1.3 protocol.

BeginTrust13Issue(Message, AsyncCallback, Object)

Define o método Issue assíncrono para o protocolo WS-Trust 1.3.Defines the asynchronous Issue method for the WS-Trust 1.3 protocol.

BeginTrust13IssueResponse(Message, AsyncCallback, Object)

Define o método RSTR/Issue assíncrono para o protocolo WS-Trust 1.3.Defines the asynchronous RSTR/Issue method for the WS-Trust 1.3 protocol.

BeginTrust13Renew(Message, AsyncCallback, Object)

Define o método Renew assíncrono para o protocolo WS-Trust 1.3.Defines the asynchronous Renew method for the WS-Trust 1.3 protocol.

BeginTrust13RenewResponse(Message, AsyncCallback, Object)

Define o método RSTR/Renew assíncrono para o protocolo WS-Trust 1.3.Defines the asynchronous RSTR/Renew method for the WS-Trust 1.3 protocol.

BeginTrust13Validate(Message, AsyncCallback, Object)

Define o método Validate assíncrono para o protocolo WS-Trust 1.3.Defines the asynchronous Validate method for the WS-Trust 1.3 protocol.

BeginTrust13ValidateResponse(Message, AsyncCallback, Object)

Define o método RSTR/Validate assíncrono para o protocolo WS-Trust 1.3.Defines the asynchronous RSTR/Validate method for the WS-Trust 1.3 protocol.

EndTrust13Cancel(IAsyncResult)

Conclui o método Cancel assíncrono.Completes the asynchronous Cancel method.

EndTrust13CancelResponse(IAsyncResult)

Conclui o método RSTR/Cancel assíncrono.Completes the asynchronous RSTR/Cancel method.

EndTrust13Issue(IAsyncResult)

Conclui o método Issue assíncrono.Completes the asynchronous Issue method.

EndTrust13IssueResponse(IAsyncResult)

Conclui o método RSTR/Issue assíncrono.Completes the asynchronous RSTR/Issue method.

EndTrust13Renew(IAsyncResult)

Conclui o método Renew assíncrono.Completes the asynchronous Renew method.

EndTrust13RenewResponse(IAsyncResult)

Conclui o método RSTR/Renew assíncrono.Completes the asynchronous RSTR/Renew method.

EndTrust13Validate(IAsyncResult)

Conclui o método Validate assíncrono.Completes the asynchronous Validate method.

EndTrust13ValidateResponse(IAsyncResult)

Conclui o método RSTR/Validate assíncrono.Completes the asynchronous RSTR/Validate method.

Aplica-se a