Share via


Timestamp Members

Represents a timestamp placed in a SOAP message header.

The following tables list the members exposed by the Timestamp type.

Public Constructors

  Name Description
Timestamp Overloaded. Initializes a new instance of the Timestamp class.

Top

Public Properties

  Name Description
public property AnyAttributes Gets the collection of XML attributes for the timestamp.
public property AnyElements Gets the collection of XML elements associated with the timestamp.
public property Created Gets the time the message was created.
public property Expires Gets the time the message will expire.
public property Id Gets or sets a unique identifier for the timestamp.
public property TargetElement Gets the XmlElement that the Timestamp was loaded from if an XmlElement was passed to the constructor.
public property TtlInSeconds Gets or sets the number of seconds after creation that a message is valid.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method CheckValid Determines whether the current is syntactically correct.
public method Clone Creates a copy of the timestamp.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method GetXml Generates an XML representation of the Timestamp from the specified XML document.
public method LoadXml Loads an XML element into properties of the current Timestamp.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

Timestamp Class
Microsoft.Web.Services3.Security.Utility Namespace