LocalClientSecuritySettings.ReplayWindow Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the maximum time that a message nonce is valid.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.TimeSpanA TimeSpan that represents the maximum time that a message nonce is valid. The default is five minutes.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The property value is less than 0. |
Show: