IWSTrustChannelContract Interface

Definition

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

public interface class IWSTrustChannelContract : System::ServiceModel::Security::IWSTrustContract
[System.Runtime.InteropServices.ComVisible(false)]
[System.ServiceModel.ServiceContract]
public interface IWSTrustChannelContract : System.ServiceModel.Security.IWSTrustContract
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.ServiceModel.ServiceContract>]
type IWSTrustChannelContract = interface
    interface IWSTrustContract
Public Interface IWSTrustChannelContract
Implements IWSTrustContract
Derived
Attributes
Implements

Methods

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(RequestSecurityToken, AsyncCallback, Object).

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(RequestSecurityToken, AsyncCallback, Object).

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(RequestSecurityToken, AsyncCallback, Object).

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(RequestSecurityToken, AsyncCallback, Object).

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.

Applies to