IWSTrust13AsyncContract Interface
Defines the asynchronous service contract interface for the WS-Trust 1.3 protocol.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Available since 4.5
