IWSTrustContract 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 service contract for sending WS-Trust messages to an STS.
public interface class IWSTrustContract
[System.ServiceModel.ServiceContract]
public interface IWSTrustContract
[<System.ServiceModel.ServiceContract>]
type IWSTrustContract = interface
Public Interface IWSTrustContract
- Derived
- Attributes
Methods
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. |