IWSTrust13AsyncContract Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Derived
- Attributes
Methods
BeginTrust13Cancel(Message, AsyncCallback, Object) |
Defines the asynchronous Cancel method for the WS-Trust 1.3 protocol. |
BeginTrust13CancelResponse(Message, AsyncCallback, Object) |
Defines the asynchronous RSTR/Cancel method for the WS-Trust 1.3 protocol. |
BeginTrust13Issue(Message, AsyncCallback, Object) |
Defines the asynchronous Issue method for the WS-Trust 1.3 protocol. |
BeginTrust13IssueResponse(Message, AsyncCallback, Object) |
Defines the asynchronous RSTR/Issue method for the WS-Trust 1.3 protocol. |
BeginTrust13Renew(Message, AsyncCallback, Object) |
Defines the asynchronous Renew method for the WS-Trust 1.3 protocol. |
BeginTrust13RenewResponse(Message, AsyncCallback, Object) |
Defines the asynchronous RSTR/Renew method for the WS-Trust 1.3 protocol. |
BeginTrust13Validate(Message, AsyncCallback, Object) |
Defines the asynchronous Validate method for the WS-Trust 1.3 protocol. |
BeginTrust13ValidateResponse(Message, AsyncCallback, Object) |
Defines the asynchronous RSTR/Validate method for the WS-Trust 1.3 protocol. |
EndTrust13Cancel(IAsyncResult) |
Completes the asynchronous Cancel method. |
EndTrust13CancelResponse(IAsyncResult) |
Completes the asynchronous RSTR/Cancel method. |
EndTrust13Issue(IAsyncResult) |
Completes the asynchronous Issue method. |
EndTrust13IssueResponse(IAsyncResult) |
Completes the asynchronous RSTR/Issue method. |
EndTrust13Renew(IAsyncResult) |
Completes the asynchronous Renew method. |
EndTrust13RenewResponse(IAsyncResult) |
Completes the asynchronous RSTR/Renew method. |
EndTrust13Validate(IAsyncResult) |
Completes the asynchronous Validate method. |
EndTrust13ValidateResponse(IAsyncResult) |
Completes the asynchronous RSTR/Validate method. |