6 references to Signature
NuGet.Packaging (6)
Signing\Archive\EndOfCentralDirectoryRecord.cs (6)
56
if (length <
Signature
.Count)
58
ThrowByteSignatureNotFoundException(
Signature
);
77
if (buffer[i] ==
Signature
[
Signature
.Count - matchingByteCount - 1])
81
if (matchingByteCount ==
Signature
.Count)
102
ThrowByteSignatureNotFoundException(
Signature
);