IWSTrustChannelContract Interface
A service contract that defines the methods that wrap the Message-oriented operation contracts exposed by IWSTrustChannelContract.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | BeginCancel(Message, AsyncCallback, Object) | The asynchronous begin method for the WS-Trust Cancel binding.(Inherited from IWSTrustContract.) |
![]() | BeginCancel(RequestSecurityToken, AsyncCallback, Object) | Asynchronously sends a WS-Trust Cancel message to an endpoint. |
![]() | BeginIssue(Message, AsyncCallback, Object) | The asynchronous begin method for the WS-Trust Issue binding.(Inherited from IWSTrustContract.) |
![]() | BeginIssue(RequestSecurityToken, AsyncCallback, Object) | Asynchronously sends a WS-Trust Renew message to an endpoint. |
![]() | BeginRenew(Message, AsyncCallback, Object) | The asynchronous begin method for the WS-Trust Renew binding.(Inherited from IWSTrustContract.) |
![]() | BeginRenew(RequestSecurityToken, AsyncCallback, Object) | Asynchronously sends a WS-Trust Renew message to an endpoint. |
![]() | BeginValidate(Message, AsyncCallback, Object) | The asynchronous begin method for the WS-Trust Validate binding.(Inherited from IWSTrustContract.) |
![]() | BeginValidate(RequestSecurityToken, AsyncCallback, Object) | Asynchronously sends a WS-Trust Validate message to an endpoint. |
![]() | Cancel(Message) | The method for the WS-Trust Cancel binding.(Inherited from IWSTrustContract.) |
![]() | Cancel(RequestSecurityToken) | Sends a WS-Trust Cancel message to an endpoint. |
![]() | EndCancel(IAsyncResult) | The asynchronous end method for the WS-Trust Cancel binding.(Inherited from IWSTrustContract.) |
![]() | EndCancel(IAsyncResult, RequestSecurityTokenResponse) | Completes the asynchronous send operation initiated by a call to BeginCancel. |
![]() | EndIssue(IAsyncResult) | The asynchronous end method for the WS-Trust Issue binding.(Inherited from IWSTrustContract.) |
![]() | EndIssue(IAsyncResult, RequestSecurityTokenResponse) | Completes the asynchronous send operation initiated by a call to BeginIssue. |
![]() | EndRenew(IAsyncResult) | The asynchronous end method for the WS-Trust Renew binding.(Inherited from IWSTrustContract.) |
![]() | EndRenew(IAsyncResult, RequestSecurityTokenResponse) | Completes the asynchronous send operation initiated by a call to BeginRenew. |
![]() | EndValidate(IAsyncResult) | The asynchronous end method for the WS-Trust Validate binding.(Inherited from IWSTrustContract.) |
![]() | EndValidate(IAsyncResult, RequestSecurityTokenResponse) | Completes the asynchronous send operation initiated by a call to BeginValidate. |
![]() | Issue(Message) | The method for the WS-Trust Issue binding.(Inherited from IWSTrustContract.) |
![]() | Issue(RequestSecurityToken) | Sends a WS-Trust Issue message to an endpoint STS. |
![]() | Issue(RequestSecurityToken, RequestSecurityTokenResponse) | Sends a WS-Trust Issue message to an endpoint STS. |
![]() | Renew(Message) | The method for the WS-Trust Renew binding.(Inherited from IWSTrustContract.) |
![]() | Renew(RequestSecurityToken) | Sends a WS-Trust Renew message to an endpoint. |
![]() | Validate(Message) | The method for the WS-Trust Validate binding.(Inherited from IWSTrustContract.) |
![]() | Validate(RequestSecurityToken) | Sends a WS-Trust Validate message to an endpoint. |
Available since 4.5
