Created Class

Represents a Created timestamp placed in a SOAP message header.

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

Usage

'Usage
Dim created As DateTime
Dim created1 As New Created(created)

Syntax

'Declaration
Public Class Created
    Inherits OpenAttributeDateTimeElement
    Implements IXmlElement
public class Created : OpenAttributeDateTimeElement, IXmlElement
public ref class Created : public OpenAttributeDateTimeElement, IXmlElement
public class Created extends OpenAttributeDateTimeElement implements IXmlElement
public class Created extends OpenAttributeDateTimeElement implements IXmlElement

Remarks

The Created class corresponds to the <wsu:Created> element. ("wsu" is the utility namespace prefix; the full namespace is http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd ).

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services2.Xml.OpenAttributeElement
     Microsoft.Web.Services2.Xml.OpenAttributeDateTimeElement
      Microsoft.Web.Services2.Security.Utility.Created

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.Utility Namespace

Other Resources

Created Members