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)
108
return SecurityUtils.CloneBuffer(
_key
);
191
if (
_key
!= null)
203
if ((
_key
== null) || (
_key
.Length == 0))
208
temp.Add(new InMemorySymmetricSecurityKey(
_key
, false));