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