7 references to ServerEntropy
System.ServiceModel (7)
System\ServiceModel\Security\SecurityKeyEntropyMode.cs (1)
21
|| value == SecurityKeyEntropyMode.
ServerEntropy
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
365
SecurityKeyEntropyMode.
ServerEntropy
, null, this.SecurityContextTokenUri, authorizationPolicies, 0, false);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
864
binding.KeyEntropyMode = SecurityKeyEntropyMode.
ServerEntropy
;
894
if (keyEntropyMode == SecurityKeyEntropyMode.
ServerEntropy
|| keyEntropyMode == SecurityKeyEntropyMode.CombinedEntropy)
System\ServiceModel\Security\WSTrust.cs (3)
715
else if (keyEntropyMode == SecurityKeyEntropyMode.
ServerEntropy
)
1574
if (mode == SecurityKeyEntropyMode.
ServerEntropy
&& entropy != null)
1631
if (keyEntropyMode == SecurityKeyEntropyMode.
ServerEntropy
)