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 | |
---|---|---|
AnyAttributes | Gets the collection of XML attributes for the timestamp. | |
AnyElements | Gets the collection of XML elements associated with the timestamp. | |
Created | Gets the time the message was created. | |
Expires | Gets the time the message will expire. | |
Id | Gets or sets a unique identifier for the timestamp. | |
TargetElement | Gets the XmlElement that the Timestamp was loaded from if an XmlElement was passed to the constructor. | |
TtlInSeconds | Gets or sets the number of seconds after creation that a message is valid. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CheckValid | Determines whether the current is syntactically correct. | |
Clone | Creates a copy of the timestamp. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
GetXml | Generates an XML representation of the Timestamp from the specified XML document. | |
LoadXml | Loads an XML element into properties of the current Timestamp. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
Timestamp Class
Microsoft.Web.Services3.Security.Utility Namespace