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.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim wSTrust_Actions1 As WSTrust.Actions

Syntax

'Declaration
NotInheritable Public Class WSTrust.Actions
public static class WSTrust.Actions
public ref class WSTrust::Actions abstract sealed
public final abstract class WSTrust.Actions
public abstract 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.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services3.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 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

WSTrust.Actions Members
Microsoft.Web.Services3.Security Namespace