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

Usage

Visual Basic
Dim instance As IWSTrustFeb2005AsyncContract

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also