3 writes to KeyEntropyMode
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (3)
855binding.KeyEntropyMode = SecurityKeyEntropyMode.CombinedEntropy; 859binding.KeyEntropyMode = SecurityKeyEntropyMode.ClientEntropy; 864binding.KeyEntropyMode = SecurityKeyEntropyMode.ServerEntropy;
2 references to KeyEntropyMode
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (2)
141if (b1.KeyEntropyMode != b2.KeyEntropyMode)