Embedded Class
Represents a reference to a security token in an <Embedded> XML element.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim embedded1 As New Embedded()
Syntax
'Declaration
Public Class Embedded
Inherits OpenElement
public class Embedded : OpenElement
public ref class Embedded : OpenElement
public class Embedded extends OpenElement
public class Embedded extends OpenElement
Remarks
Use the Embedded class when you must create a reference to a security token within a <SecurityTokenReference> element. The security token is placed in an <Embedded> child element to the <SecurityTokenReference> element.
Use embedded security token references when there is only one reference to the security token throughout the whole SOAP message.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Xml.OpenElementElement
Microsoft.Web.Services3.Xml.OpenElement
Microsoft.Web.Services3.Security.Embedded
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
Embedded Members
Microsoft.Web.Services3.Security Namespace
SecurityTokenReference