1 write to buffer
System.IdentityModel (1)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (1)
67this.buffer = DiagnosticUtility.Utility.AllocateByteArray(checked(this.hmac.HashSize / 8 + this.seed.Length));
3 references to buffer
System.IdentityModel (3)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (3)
103this.aValue.CopyTo(buffer, 0); 104this.seed.CopyTo(buffer, this.aValue.Length); 106this.chunk = hmac.ComputeHash(buffer);