SecurityTokenMessage Class
Represents a SOAP message that is sent to a security token service.
Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim securityTokenMessage1 As New SecurityTokenMessage()
Syntax
'Declaration
MustInherit Public Class SecurityTokenMessage
Inherits OpenElement
public abstract class SecurityTokenMessage : OpenElement
public abstract ref class SecurityTokenMessage : public OpenElement
public abstract class SecurityTokenMessage extends OpenElement
public abstract class SecurityTokenMessage extends OpenElement
Remarks
Classes that inherit from the SecurityTokenMessage class, such as RequestSecurityToken and RequestSecurityTokenResponse, communicate with security token services. RequestSecurityToken represents a request to a security token service to issue a security token. The RequestSecurityTokenResponse class represents the response from the security token service.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services2.Xml.OpenElementElement
Microsoft.Web.Services2.Xml.OpenElement
Microsoft.Web.Services2.Security.SecurityTokenMessage
Microsoft.Web.Services2.Security.RequestSecurityToken
Microsoft.Web.Services2.Security.RequestSecurityTokenResponse
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