3 references to ServerEntropy
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityKeyEntropyMode.cs (1)
21|| value == SecurityKeyEntropyMode.ServerEntropy
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
864binding.KeyEntropyMode = SecurityKeyEntropyMode.ServerEntropy; 894if (keyEntropyMode == SecurityKeyEntropyMode.ServerEntropy || keyEntropyMode == SecurityKeyEntropyMode.CombinedEntropy)