2 writes to IsAuthentiCodeSigned
Microsoft.DotNet.SignCheckLibrary (2)
Verification\AuthentiCodeVerifier.cs (2)
46svr.IsAuthentiCodeSigned = hresult == 0; 66svr.IsAuthentiCodeSigned &= timestamp.IsValid;
3 references to IsAuthentiCodeSigned
Microsoft.DotNet.SignCheckLibrary (3)
Verification\AuthentiCodeVerifier.cs (2)
47svr.IsSigned = svr.IsAuthentiCodeSigned; 80svr.AddDetail(DetailKeys.AuthentiCode, SignCheckResources.DetailSignedAuthentiCode, svr.IsAuthentiCodeSigned);
Verification\PortableExecutableVerifier.cs (1)
44svr.IsSigned = svr.IsAuthentiCodeSigned & ((svr.IsStrongNameSigned) || (!VerifyStrongNameSignature) || svr.IsNativeImage);