10 references to SecurityKeyEntropyMode
System.ServiceModel (1)
netstandard.cs (1)
213[assembly: TypeForwardedTo(typeof(SecurityKeyEntropyMode))]
System.ServiceModel.Federation (7)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (7)
42private SecurityKeyEntropyMode _keyEntropyMode; 145(KeyEntropyMode == SecurityKeyEntropyMode.ClientEntropy || KeyEntropyMode == SecurityKeyEntropyMode.CombinedEntropy)) 320KeyEntropyMode = SecurityKeyEntropyMode.CombinedEntropy; 364internal SecurityKeyEntropyMode KeyEntropyMode 369if (!Enum.IsDefined(typeof(SecurityKeyEntropyMode), value)) 370throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(SecurityKeyEntropyMode));
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1898public System.ServiceModel.Security.SecurityKeyEntropyMode KeyEntropyMode { get { return default; } set { } }
System.ServiceModel.Security (1)
NetFxTypeForwards.cs (1)
16[assembly: TypeForwardedTo(typeof(System.ServiceModel.Security.SecurityKeyEntropyMode))]