7 references to ServerEntropy
System.ServiceModel (7)
System\ServiceModel\Security\SecurityKeyEntropyMode.cs (1)
21|| value == SecurityKeyEntropyMode.ServerEntropy
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
365SecurityKeyEntropyMode.ServerEntropy, null, this.SecurityContextTokenUri, authorizationPolicies, 0, false);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
864binding.KeyEntropyMode = SecurityKeyEntropyMode.ServerEntropy; 894if (keyEntropyMode == SecurityKeyEntropyMode.ServerEntropy || keyEntropyMode == SecurityKeyEntropyMode.CombinedEntropy)
System\ServiceModel\Security\WSTrust.cs (3)
715else if (keyEntropyMode == SecurityKeyEntropyMode.ServerEntropy) 1574if (mode == SecurityKeyEntropyMode.ServerEntropy && entropy != null) 1631if (keyEntropyMode == SecurityKeyEntropyMode.ServerEntropy)