SecurityBindingElement.IncludeTimestamp Proprietà
Definizione
Ottiene o imposta un valore che indica se in ogni messaggio vengono inclusi timestamp.Gets or sets a value that indicates whether time stamps are included in each message.
public:
property bool IncludeTimestamp { bool get(); void set(bool value); };
public bool IncludeTimestamp { get; set; }
member this.IncludeTimestamp : bool with get, set
Public Property IncludeTimestamp As Boolean
Valore della proprietà
true
se in ogni messaggio vengono inclusi timestamp. In caso contrario, false
.true
if time stamps are included in each message; otherwise, false
. Il valore predefinito è true
.The default is true
.
Commenti
Se la IncludeTimestamp proprietà è true
e se DetectReplays
è true
, WCF rileva un attacco di riproduzione.If the IncludeTimestamp property is true
and if DetectReplays
is true
, WCF detects a replay attack.