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.

IWSTrustChannelContract Interface

.NET Framework (current version)
 

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

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

[ServiceContractAttribute]
[ComVisibleAttribute(false)]
public interface IWSTrustChannelContract : IWSTrustContract

NameDescription
System_CAPS_pubmethodBeginCancel(Message, AsyncCallback, Object)

The asynchronous begin method for the WS-Trust Cancel binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodBeginCancel(RequestSecurityToken, AsyncCallback, Object)

Asynchronously sends a WS-Trust Cancel message to an endpoint.

System_CAPS_pubmethodBeginIssue(Message, AsyncCallback, Object)

The asynchronous begin method for the WS-Trust Issue binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodBeginIssue(RequestSecurityToken, AsyncCallback, Object)

Asynchronously sends a WS-Trust Renew message to an endpoint.

System_CAPS_pubmethodBeginRenew(Message, AsyncCallback, Object)

The asynchronous begin method for the WS-Trust Renew binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodBeginRenew(RequestSecurityToken, AsyncCallback, Object)

Asynchronously sends a WS-Trust Renew message to an endpoint.

System_CAPS_pubmethodBeginValidate(Message, AsyncCallback, Object)

The asynchronous begin method for the WS-Trust Validate binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodBeginValidate(RequestSecurityToken, AsyncCallback, Object)

Asynchronously sends a WS-Trust Validate message to an endpoint.

System_CAPS_pubmethodCancel(Message)

The method for the WS-Trust Cancel binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodCancel(RequestSecurityToken)

Sends a WS-Trust Cancel message to an endpoint.

System_CAPS_pubmethodEndCancel(IAsyncResult)

The asynchronous end method for the WS-Trust Cancel binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodEndCancel(IAsyncResult, RequestSecurityTokenResponse)

Completes the asynchronous send operation initiated by a call to BeginCancel.

System_CAPS_pubmethodEndIssue(IAsyncResult)

The asynchronous end method for the WS-Trust Issue binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodEndIssue(IAsyncResult, RequestSecurityTokenResponse)

Completes the asynchronous send operation initiated by a call to BeginIssue.

System_CAPS_pubmethodEndRenew(IAsyncResult)

The asynchronous end method for the WS-Trust Renew binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodEndRenew(IAsyncResult, RequestSecurityTokenResponse)

Completes the asynchronous send operation initiated by a call to BeginRenew.

System_CAPS_pubmethodEndValidate(IAsyncResult)

The asynchronous end method for the WS-Trust Validate binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodEndValidate(IAsyncResult, RequestSecurityTokenResponse)

Completes the asynchronous send operation initiated by a call to BeginValidate.

System_CAPS_pubmethodIssue(Message)

The method for the WS-Trust Issue binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodIssue(RequestSecurityToken)

Sends a WS-Trust Issue message to an endpoint STS.

System_CAPS_pubmethodIssue(RequestSecurityToken, RequestSecurityTokenResponse)

Sends a WS-Trust Issue message to an endpoint STS.

System_CAPS_pubmethodRenew(Message)

The method for the WS-Trust Renew binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodRenew(RequestSecurityToken)

Sends a WS-Trust Renew message to an endpoint.

System_CAPS_pubmethodValidate(Message)

The method for the WS-Trust Validate binding.(Inherited from IWSTrustContract.)

System_CAPS_pubmethodValidate(RequestSecurityToken)

Sends a WS-Trust Validate message to an endpoint.

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