Identifier Class
Represents the <Identifier> XML element when serialized into XML.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim identifier1 As New Identifier()
Syntax
'Declaration
Public Class Identifier
Implements IXmlElement
public class Identifier : IXmlElement
public ref class Identifier : IXmlElement
public class Identifier implements IXmlElement
public class Identifier implements IXmlElement
Remarks
Typically, the Identifier class is only used by WSE when SecurityContextToken security tokens are used. When a SecurityContextToken security token is included in a SOAP message, it must contain an <Identifier> XML element. The <Identifier> element uniquely identifies the SecurityContextToken to both the SOAP message sender and receiver. When the SecurityContextToken is serialized into XML, the value of the Identifier property is used to create a new instance of the Identifier class. That instance of the Identifier class is then serialized into XML as an <Identifier> element.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Security.Identifier
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
Identifier Members
Microsoft.Web.Services3.Security Namespace
Identifier
SecurityContextToken