1 write to keyDerivationAlgorithm
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
241this.keyDerivationAlgorithm = derivationAlgorithm;
2 references to keyDerivationAlgorithm
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (2)
105get { return keyDerivationAlgorithm; } 260this.key = SecurityUtils.GenerateDerivedKey(this.tokenToDerive, this.keyDerivationAlgorithm,