Share via


AppliesTo Class

Represents the <wsp:AppliesTo> element.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim endpointReference As EndpointReference
Dim appliesTo1 As New AppliesTo(endpointReference)

Syntax

'Declaration
Public Class AppliesTo
    Implements IXmlElement
public class AppliesTo : IXmlElement
public ref class AppliesTo : IXmlElement
public class AppliesTo implements IXmlElement
public class AppliesTo implements IXmlElement

Remarks

Use the AppliesTo class to indicate the scope that a security token request applies to, as defined in the WS-Trust specification. For example, it can be used by the requestor to inform the token issuer about the service the issued token will be used for. The <wsp:AppliesTo> element is described in the WS-PolicyAttachment specification.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services3.Design.AppliesTo

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

AppliesTo Members
Microsoft.Web.Services3.Design Namespace