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.

IWSTrustFeb2005AsyncContract Interface

.NET Framework (current version)
 

Defines an asynchronous service contract interface for the WS-Trust Feb 2005 protocol.

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

[ServiceContractAttribute(Name = "IWSTrustFeb2005Async", Namespace = "http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrustFeb2005AsyncContract

NameDescription
System_CAPS_pubmethodBeginTrustFeb2005Cancel(Message, AsyncCallback, Object)

Defines the asynchronous Cancel method for the WS-Trust Feb 2005 protocol.

System_CAPS_pubmethodBeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

Defines the asynchronous RSTR/Cancel method for the WS-Trust Feb 2005 protocol.

System_CAPS_pubmethodBeginTrustFeb2005Issue(Message, AsyncCallback, Object)

Defines the asynchronous Issue method for the WS-Trust Feb 2005 protocol.

System_CAPS_pubmethodBeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

Defines the asynchronous RSTR/Issue method for the WS-Trust Feb 2005 protocol.

System_CAPS_pubmethodBeginTrustFeb2005Renew(Message, AsyncCallback, Object)

Defines the asynchronous Renew method for the WS-Trust Feb 2005 protocol.

System_CAPS_pubmethodBeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

Defines the asynchronous RSTR/Renew method for the WS-Trust Feb 2005 protocol.

System_CAPS_pubmethodBeginTrustFeb2005Validate(Message, AsyncCallback, Object)

Defines the asynchronous Validate method for the WS-Trust Feb 2005 protocol.

System_CAPS_pubmethodBeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

Defines the asynchronous RSTR/Validate method for the WS-Trust Feb 2005 protocol.

System_CAPS_pubmethodEndTrustFeb2005Cancel(IAsyncResult)

Completes the asynchronous Cancel method.

System_CAPS_pubmethodEndTrustFeb2005CancelResponse(IAsyncResult)

Completes the asynchronous RSTR/Cancel method.

System_CAPS_pubmethodEndTrustFeb2005Issue(IAsyncResult)

Completes the asynchronous Issue method.

System_CAPS_pubmethodEndTrustFeb2005IssueResponse(IAsyncResult)

Completes the asynchronous RSTR/Issue method.

System_CAPS_pubmethodEndTrustFeb2005Renew(IAsyncResult)

Completes the asynchronous Renew method.

System_CAPS_pubmethodEndTrustFeb2005RenewResponse(IAsyncResult)

Completes the asynchronous RSTR/Renew method.

System_CAPS_pubmethodEndTrustFeb2005Validate(IAsyncResult)

Completes the asynchronous Validate method.

System_CAPS_pubmethodEndTrustFeb2005ValidateResponse(IAsyncResult)

Completes the asynchronous RSTR/Validate method.

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