2 writes to aValue
System.IdentityModel (2)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (2)
61this.aValue = this.seed; 101this.aValue = hmac.ComputeHash(this.aValue);
3 references to aValue
System.IdentityModel (3)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (3)
101this.aValue = hmac.ComputeHash(this.aValue); 103this.aValue.CopyTo(buffer, 0); 104this.seed.CopyTo(buffer, this.aValue.Length);