2 writes to IsAuthentiCodeSigned
Microsoft.DotNet.SignCheckLibrary (2)
Verification\AuthentiCodeVerifier.cs (2)
45
svr.
IsAuthentiCodeSigned
= AuthentiCode.IsSigned(path, svr);
58
svr.
IsAuthentiCodeSigned
&= timestamp.IsValid;
3 references to IsAuthentiCodeSigned
Microsoft.DotNet.SignCheckLibrary (3)
Verification\AuthentiCodeVerifier.cs (2)
46
svr.IsSigned = svr.
IsAuthentiCodeSigned
;
72
svr.AddDetail(DetailKeys.AuthentiCode, SignCheckResources.DetailSignedAuthentiCode, svr.
IsAuthentiCodeSigned
);
Verification\PortableExecutableVerifier.cs (1)
45
svr.IsSigned = svr.
IsAuthentiCodeSigned
& ((svr.IsStrongNameSigned) || (!VerifyStrongNameSignature) || svr.IsNativeImage);