The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LocalClientSecuritySettings::ReplayCacheSize Property
.NET Framework (current version)
Gets or sets the number of cached nonces used for replay detection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Int32The number of cached nonces used for replay detection. The default is 900000.
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.
If the nonce count is exceeded, the incoming message is rejected and a MessageSecurityException is thrown. Old nonces are removed in a timely manner.
.NET Framework
Available since 3.0
Available since 3.0
Show: