Share via


WSTrust.Actions Class

Defines constants for the WS-Addressing Action SOAP header when a SOAP message is sent to or from a security token service.

Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim wSTrust_Actions1 As WSTrust.Actions

Syntax

'Declaration
NotInheritable Public Class WSTrust.Actions
public sealed class WSTrust.Actions
public sealed ref class WSTrust.Actions
public final class WSTrust.Actions
public class WSTrust.Actions

Remarks

The WS-Addressing Action SOAP header specifies the semantics of the SOAP message using a unique URI. The WSTrust.Actions class contains the URIs pertaining to requests and responses sent to and from a security token service. WSE supports only the actions represented by the RequestSecurityContextToken and the RequestSecurityContextTokenResponse fields, which correspond to the requesting and the issuing of a SecurityContextToken security token from a security token service, respectively. To add support for the other actions, build a custom security token service. For more details about issuing security tokens, see Issuing Security Tokens. For more details about building a custom security token service, see How to: Issue Custom Security Tokens.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services2.Security.WSTrust.Actions

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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

Microsoft.Web.Services2.Security Namespace

Other Resources

WSTrust.Actions Members