1 write to KeyEntropyMode
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
144this.federatedTokenProvider.KeyEntropyMode = value;
5 references to KeyEntropyMode
System.ServiceModel (5)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (5)
140return this.federatedTokenProvider.KeyEntropyMode; 842if (this.KeyEntropyMode == SecurityKeyEntropyMode.CombinedEntropy || this.KeyEntropyMode == SecurityKeyEntropyMode.ClientEntropy) 924if (this.keyType == SecurityKeyType.SymmetricKey && this.KeyEntropyMode == SecurityKeyEntropyMode.CombinedEntropy) 994serviceToken = rstr.GetIssuedToken(null, null, this.KeyEntropyMode, keyEntropy, null, authorizationPolicies, this.keySize, this.keyType == SecurityKeyType.BearerKey);