12 references to SecurityKeyEntropyModeHelper
System.ServiceModel (12)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
264if (!SecurityKeyEntropyModeHelper.IsDefined(value))
System\ServiceModel\Configuration\IssuedTokenClientElement.cs (1)
66[ServiceModelEnumValidator(typeof(SecurityKeyEntropyModeHelper))]
System\ServiceModel\Configuration\Properties.cs (2)
1461properties.Add(new ConfigurationProperty("defaultKeyEntropyMode", typeof(System.ServiceModel.Security.SecurityKeyEntropyMode), System.ServiceModel.Security.SecurityKeyEntropyMode.CombinedEntropy, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Security.SecurityKeyEntropyModeHelper)), System.Configuration.ConfigurationPropertyOptions.None)); 2998properties.Add(new ConfigurationProperty("keyEntropyMode", typeof(System.ServiceModel.Security.SecurityKeyEntropyMode), System.ServiceModel.Security.SecurityKeyEntropyMode.CombinedEntropy, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Security.SecurityKeyEntropyModeHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
101[ServiceModelEnumValidator(typeof(SecurityKeyEntropyModeHelper))]
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
92SecurityKeyEntropyModeHelper.Validate(value);
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
44SecurityKeyEntropyModeHelper.Validate(value);
System\ServiceModel\Security\IssuedTokenClientCredential.cs (1)
84SecurityKeyEntropyModeHelper.Validate(value);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
111SecurityKeyEntropyModeHelper.Validate(value);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
92SecurityKeyEntropyModeHelper.Validate(value);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
552SecurityKeyEntropyModeHelper.Validate(value);
System\ServiceModel\Security\WSTrust.cs (1)
658SecurityKeyEntropyModeHelper.Validate(keyEntropyMode);