1 write to keyEntropyMode
System.ServiceModel (1)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
45
this.
keyEntropyMode
= value;
4 references to keyEntropyMode
System.ServiceModel (4)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (4)
39
return this.
keyEntropyMode
;
229
if (this.
keyEntropyMode
== SecurityKeyEntropyMode.ClientEntropy || this.
keyEntropyMode
== SecurityKeyEntropyMode.CombinedEntropy)
317
GenericXmlSecurityToken serviceToken = rstr.GetIssuedToken(null, null, this.
keyEntropyMode
, keyEntropy, this.SecurityContextTokenUri, authorizationPolicies, this.SecurityAlgorithmSuite.DefaultSymmetricKeyLength, false);