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