1 write to _key
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
200_key = SecurityUtils.GenerateDerivedKey(TokenToDerive, KeyDerivationAlgorithm,
5 references to _key
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (5)
108return SecurityUtils.CloneBuffer(_key); 191if (_key != null) 203if ((_key == null) || (_key.Length == 0)) 208temp.Add(new InMemorySymmetricSecurityKey(_key, false));