Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IWSTrustContract Interface

.NET Framework (current version)
 

Defines the service contract for sending WS-Trust messages to an STS.

Namespace:   System.ServiceModel.Security
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

[ServiceContractAttribute]
public interface IWSTrustContract

NameDescription
System_CAPS_pubmethodBeginCancel(Message, AsyncCallback, Object)

The asynchronous begin method for the WS-Trust Cancel binding.

System_CAPS_pubmethodBeginIssue(Message, AsyncCallback, Object)

The asynchronous begin method for the WS-Trust Issue binding.

System_CAPS_pubmethodBeginRenew(Message, AsyncCallback, Object)

The asynchronous begin method for the WS-Trust Renew binding.

System_CAPS_pubmethodBeginValidate(Message, AsyncCallback, Object)

The asynchronous begin method for the WS-Trust Validate binding.

System_CAPS_pubmethodCancel(Message)

The method for the WS-Trust Cancel binding.

System_CAPS_pubmethodEndCancel(IAsyncResult)

The asynchronous end method for the WS-Trust Cancel binding.

System_CAPS_pubmethodEndIssue(IAsyncResult)

The asynchronous end method for the WS-Trust Issue binding.

System_CAPS_pubmethodEndRenew(IAsyncResult)

The asynchronous end method for the WS-Trust Renew binding.

System_CAPS_pubmethodEndValidate(IAsyncResult)

The asynchronous end method for the WS-Trust Validate binding.

System_CAPS_pubmethodIssue(Message)

The method for the WS-Trust Issue binding.

System_CAPS_pubmethodRenew(Message)

The method for the WS-Trust Renew binding.

System_CAPS_pubmethodValidate(Message)

The method for the WS-Trust Validate binding.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft