4 references to ReadBytes
Microsoft.DotNet.SignCheckLibrary (4)
Verification\Jar\JarSignatureFile.cs (4)
209
byte[] signatureBlockBytes = JarUtils.
ReadBytes
(ArchivePath, SignatureBlockFilePath);
210
byte[] signatureFileBytes = JarUtils.
ReadBytes
(ArchivePath, SignatureFilePath);
240
byte[] signatureBlockBytes = JarUtils.
ReadBytes
(ArchivePath, SignatureBlockFilePath);
241
byte[] signatureFileBytes = JarUtils.
ReadBytes
(ArchivePath, SignatureFilePath);