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