1 write to Characteristics
Microsoft.DotNet.SignCheckLibrary (1)
Interop\PortableExecutable\ImageFileHeader.cs (1)
39
Characteristics
= (ImageFileCharacteristics)reader.ReadUInt16()
2 references to Characteristics
Microsoft.DotNet.SignCheckLibrary (2)
Verification\SignatureVerificationManager.cs (2)
269
if ((pe.FileHeader.
Characteristics
& ImageFileCharacteristics.IMAGE_FILE_DLL) != 0)
273
else if ((pe.FileHeader.
Characteristics
& ImageFileCharacteristics.IMAGE_FILE_EXECUTABLE_IMAGE) != 0)