4 writes to KeyEntropyMode
System.ServiceModel (4)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
184sbe.KeyEntropyMode = this.KeyEntropyMode;
System\ServiceModel\Security\WSSecurityPolicy.cs (3)
855binding.KeyEntropyMode = SecurityKeyEntropyMode.CombinedEntropy; 859binding.KeyEntropyMode = SecurityKeyEntropyMode.ClientEntropy; 864binding.KeyEntropyMode = SecurityKeyEntropyMode.ServerEntropy;
12 references to KeyEntropyMode
System.ServiceModel (12)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
308instance.SetProperty(AdministrationStrings.KeyEntropyMode, specificElement.KeyEntropyMode.ToString());
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
2216AddAssertionIfNotNull(policyContext, sp.CreateWsspTrustAssertion(exporter, binding.KeyEntropyMode)); 2287AddAssertionIfNotNull(policyContext, sp.CreateWsspTrustAssertion(exporter, binding.KeyEntropyMode)); 2326AddAssertionIfNotNull(policyContext, sp.CreateWsspTrustAssertion(exporter, binding.KeyEntropyMode));
System\ServiceModel\Configuration\SecurityElementBase.cs (3)
480if (b1.KeyEntropyMode != b2.KeyEntropyMode) 653SetPropertyValueIfNotDefaultValue(ConfigurationStrings.KeyEntropyMode, sbe.KeyEntropyMode);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (3)
238sessionTokenProvider.KeyEntropyMode = securityBindingElement.KeyEntropyMode; 270acceleratedTokenProvider.KeyEntropyMode = securityBindingElement.KeyEntropyMode; 391return securityBindingElement.KeyEntropyMode;
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
82authenticator.KeyEntropyMode = securityBindingElement.KeyEntropyMode; 100authenticator.KeyEntropyMode = securityBindingElement.KeyEntropyMode;