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