IWSTrustContract Interface

Definition

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

C#
[System.ServiceModel.ServiceContract]
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.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1