IWSTrustFeb2005AsyncContract Interface

Definition

Defines an asynchronous service contract interface for the WS-Trust Feb 2005 protocol.

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
Derived
Attributes

Methods

BeginTrustFeb2005Cancel(Message, AsyncCallback, Object)

Defines the asynchronous Cancel method for the WS-Trust Feb 2005 protocol.

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

Defines the asynchronous RSTR/Cancel method for the WS-Trust Feb 2005 protocol.

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

Defines the asynchronous Issue method for the WS-Trust Feb 2005 protocol.

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

Defines the asynchronous RSTR/Issue method for the WS-Trust Feb 2005 protocol.

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

Defines the asynchronous Renew method for the WS-Trust Feb 2005 protocol.

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

Defines the asynchronous RSTR/Renew method for the WS-Trust Feb 2005 protocol.

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

Defines the asynchronous Validate method for the WS-Trust Feb 2005 protocol.

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

Defines the asynchronous RSTR/Validate method for the WS-Trust Feb 2005 protocol.

EndTrustFeb2005Cancel(IAsyncResult)

Completes the asynchronous Cancel method.

EndTrustFeb2005CancelResponse(IAsyncResult)

Completes the asynchronous RSTR/Cancel method.

EndTrustFeb2005Issue(IAsyncResult)

Completes the asynchronous Issue method.

EndTrustFeb2005IssueResponse(IAsyncResult)

Completes the asynchronous RSTR/Issue method.

EndTrustFeb2005Renew(IAsyncResult)

Completes the asynchronous Renew method.

EndTrustFeb2005RenewResponse(IAsyncResult)

Completes the asynchronous RSTR/Renew method.

EndTrustFeb2005Validate(IAsyncResult)

Completes the asynchronous Validate method.

EndTrustFeb2005ValidateResponse(IAsyncResult)

Completes the asynchronous RSTR/Validate method.

Applies to