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)
864
binding.KeyEntropyMode = SecurityKeyEntropyMode.
ServerEntropy
;
894
if (keyEntropyMode == SecurityKeyEntropyMode.
ServerEntropy
|| keyEntropyMode == SecurityKeyEntropyMode.CombinedEntropy)