This topic has not yet been rated - Rate this topic

SecurityBindingElement.IncludeTimestamp Property

Gets or sets a value that indicates whether time stamps are included in each message.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
public bool IncludeTimestamp { get; set; }

Property Value

Type: System.Boolean
true if time stamps are included in each message; otherwise, false. The default is true.

If the IncludeTimestamp property is true and if DetectReplays is true, WCF detects a replay attack.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0

.NET Compact Framework

Supported in: 3.5
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.