Defines the ServiceContract 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 IWSTrustFeb2005SyncContract

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also