2 references to s_minimumNonceLength
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\InMemoryNonceCache.cs (2)
69
if (nonce.Length <
s_minimumNonceLength
)
79
if (nonce.Length <
s_minimumNonceLength
)