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.

IWSTrust13AsyncContract Interface

.NET Framework (current version)
 

Defines the asynchronous service contract interface for the WS-Trust 1.3 protocol.

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

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

NameDescription
System_CAPS_pubmethodBeginTrust13Cancel(Message, AsyncCallback, Object)

Defines the asynchronous Cancel method for the WS-Trust 1.3 protocol.

System_CAPS_pubmethodBeginTrust13CancelResponse(Message, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginTrust13Issue(Message, AsyncCallback, Object)

Defines the asynchronous Issue method for the WS-Trust 1.3 protocol.

System_CAPS_pubmethodBeginTrust13IssueResponse(Message, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginTrust13Renew(Message, AsyncCallback, Object)

Defines the asynchronous Renew method for the WS-Trust 1.3 protocol.

System_CAPS_pubmethodBeginTrust13RenewResponse(Message, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginTrust13Validate(Message, AsyncCallback, Object)

Defines the asynchronous Validate method for the WS-Trust 1.3 protocol.

System_CAPS_pubmethodBeginTrust13ValidateResponse(Message, AsyncCallback, Object)

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

System_CAPS_pubmethodEndTrust13Cancel(IAsyncResult)

Completes the asynchronous Cancel method.

System_CAPS_pubmethodEndTrust13CancelResponse(IAsyncResult)

Completes the asynchronous RSTR/Cancel method.

System_CAPS_pubmethodEndTrust13Issue(IAsyncResult)

Completes the asynchronous Issue method.

System_CAPS_pubmethodEndTrust13IssueResponse(IAsyncResult)

Completes the asynchronous RSTR/Issue method.

System_CAPS_pubmethodEndTrust13Renew(IAsyncResult)

Completes the asynchronous Renew method.

System_CAPS_pubmethodEndTrust13RenewResponse(IAsyncResult)

Completes the asynchronous RSTR/Renew method.

System_CAPS_pubmethodEndTrust13Validate(IAsyncResult)

Completes the asynchronous Validate method.

System_CAPS_pubmethodEndTrust13ValidateResponse(IAsyncResult)

Completes the asynchronous RSTR/Validate method.

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