LocalClientSecuritySettings.ReplayWindow Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the maximum time that a message nonce is valid.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Property ReplayWindow As TimeSpan
public TimeSpan ReplayWindow { get; set; }
Property Value
Type: System.TimeSpan
A TimeSpan that represents the maximum time that a message nonce is valid. The default is five minutes.
Remarks
A nonce is a "number used once," often a random number used in an authentication protocol to ensure that old communications cannot be used in an attack by using replays.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.