2 writes to key
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (2)
260this.key = SecurityUtils.GenerateDerivedKey(this.tokenToDerive, this.keyDerivationAlgorithm, 274this.key = ((SymmetricSecurityKey)securityKeys[0]).GetSymmetricKey();
5 references to key
System.ServiceModel (5)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (5)
158return SecurityUtils.CloneBuffer(this.key); 251if (this.key != null) 263if ((this.key == null) || (this.key.Length == 0)) 268temp.Add(new InMemorySymmetricSecurityKey(this.key, false));