IWSTrustContract Interface
Defines the service contract for sending WS-Trust messages to an STS.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | BeginCancel(Message^, AsyncCallback^, Object^) | The asynchronous begin method for the WS-Trust Cancel binding. |
![]() | BeginIssue(Message^, AsyncCallback^, Object^) | The asynchronous begin method for the WS-Trust Issue binding. |
![]() | BeginRenew(Message^, AsyncCallback^, Object^) | The asynchronous begin method for the WS-Trust Renew binding. |
![]() | BeginValidate(Message^, AsyncCallback^, Object^) | The asynchronous begin method for the WS-Trust Validate binding. |
![]() | Cancel(Message^) | The method for the WS-Trust Cancel binding. |
![]() | EndCancel(IAsyncResult^) | The asynchronous end method for the WS-Trust Cancel binding. |
![]() | EndIssue(IAsyncResult^) | The asynchronous end method for the WS-Trust Issue binding. |
![]() | EndRenew(IAsyncResult^) | The asynchronous end method for the WS-Trust Renew binding. |
![]() | EndValidate(IAsyncResult^) | The asynchronous end method for the WS-Trust Validate binding. |
![]() | Issue(Message^) | The method for the WS-Trust Issue binding. |
![]() | Renew(Message^) | The method for the WS-Trust Renew binding. |
![]() | Validate(Message^) | The method for the WS-Trust Validate binding. |
Available since 4.5
