4 references to _stamp
Microsoft.DotNet.SignTool.Tests (4)
FakeSignTool.cs (4)
30var buffer = new byte[_stamp.Length]; 32ByteSequenceComparer.Equals(buffer, _stamp) ? SigningStatus.Signed : SigningStatus.NotSigned; 55stream.Write(_stamp, 0, _stamp.Length);