Defines the ServiceContract Asynchronous interface for a Trust 1.3 protocol.
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As IWSTrust13AsyncContract

Syntax

Visual Basic
<ServiceContractAttribute(Name:="IWSTrust13Async", Namespace:="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")> _
Public Interface IWSTrust13AsyncContract
C#
[ServiceContractAttribute(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")] 
public interface IWSTrust13AsyncContract
C++
[ServiceContractAttribute(Name=L"IWSTrust13Async", Namespace=L"http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")] 
public interface class IWSTrust13AsyncContract
J#
/** @attribute ServiceContractAttribute(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice") */ 
public interface IWSTrust13AsyncContract
JScript
ServiceContractAttribute(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice") 
public interface IWSTrust13AsyncContract

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also