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