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