1 type derived from NonceCache
System.ServiceModel (1)
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
18sealed class InMemoryNonceCache : NonceCache
10 references to NonceCache
System.ServiceModel (10)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
25NonceCache nonceCache = null; 121public NonceCache NonceCache
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
27NonceCache nonceCache = null; 126public NonceCache NonceCache
System\ServiceModel\Security\ReceiveSecurityHeader.cs (4)
95NonceCache nonceCache; 715public void SetTimeParameters(NonceCache nonceCache, TimeSpan replayWindow, TimeSpan clockSkew) 994static void AddNonce(NonceCache cache, byte[] nonce) 1002static void CheckNonce(NonceCache cache, byte[] nonce)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
96NonceCache nonceCache = null; 448public NonceCache NonceCache