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