2 writes to NonceCache
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
594factory.NonceCache = this.LocalClientSettings.NonceCache; 607factory.NonceCache = this.LocalServiceSettings.NonceCache;
3 references to NonceCache
System.ServiceModel (3)
System\ServiceModel\Security\AcceptorSessionSymmetricTransportSecurityProtocol.cs (1)
106securityHeader.SetTimeParameters(this.Factory.NonceCache, this.Factory.ReplayWindow, this.Factory.MaxClockSkew);
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
431securityHeader.SetTimeParameters(this.factory.NonceCache, this.factory.ReplayWindow, this.factory.MaxClockSkew);
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
261securityHeader.SetTimeParameters(factory.NonceCache, factory.ReplayWindow, factory.MaxClockSkew);