IWSTrustChannelContract Members

[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]

A service contract that defines the methods which wrap the Message-oriented operation contracts exposed by IWSTrustContract.

The following tables list the members exposed by the IWSTrustChannelContract type.

Public Methods

  Name Description
public method BeginCancel Asynchronously sends a WS-Trust Cancel message to an endpoint.
public method BeginCancel  The asynchronous begin method for the WS-Trust Cancel binding. (Inherited from IWSTrustContract)
public method BeginIssue Asynchronously sends a WS-Trust Renew message to an endpoint.
public method BeginIssue  The asynchronous begin method for the WS-Trust Issue binding. (Inherited from IWSTrustContract)
public method BeginRenew Asynchronously sends a WS-Trust Renew message to an endpoint.
public method BeginRenew  The asynchronous begin method for the WS-Trust Renew binding. (Inherited from IWSTrustContract)
public method BeginValidate Asynchronously sends a WS-Trust Validate message to an endpoint.
public method BeginValidate  The asynchronous begin method for the WS-Trust Validate binding. (Inherited from IWSTrustContract)
public method Cancel Sends a WS-Trust Cancel message to an endpoint.
public method Cancel  The method for the WS-Trust Cancel binding. (Inherited from IWSTrustContract)
public method EndCancel Completes the asynchronous send operation initiated by a call to BeginCancel.
public method EndCancel  The asynchronous end method for the WS-Trust Cancel binding. (Inherited from IWSTrustContract)
public method EndIssue Completes the asynchronous send operation initiated by a call to BeginIssue.
public method EndIssue  The asynchronous end method for the WS-Trust Issue binding. (Inherited from IWSTrustContract)
public method EndRenew Completes the asynchronous send operation initiated by a call to BeginRenew.
public method EndRenew  The asynchronous end method for the WS-Trust Renew binding. (Inherited from IWSTrustContract)
public method EndValidate Completes the asynchronous send operation initiated by a call to BeginValidate.
public method EndValidate  The asynchronous end method for the WS-Trust Validate binding. (Inherited from IWSTrustContract)
public method Issue Overloaded. Sends a WS-Trust Issue message to an endpoint STS.
public method Issue  The method for the WS-Trust Issue binding. (Inherited from IWSTrustContract)
public method Renew Sends a WS-Trust Renew message to an endpoint.
public method Renew  The method for the WS-Trust Renew binding. (Inherited from IWSTrustContract)
public method Validate Sends a WS-Trust Validate message to an endpoint.
public method Validate  The method for the WS-Trust Validate binding. (Inherited from IWSTrustContract)

Top

See Also

Reference

IWSTrustChannelContract Interface
Microsoft.IdentityModel.Protocols.WSTrust Namespace

Copyright © 2008 by Microsoft Corporation. All rights reserved.