3 writes to IsAuthentiCodeSigned
Microsoft.DotNet.SignCheckLibrary (3)
Verification\AuthentiCodeVerifier.cs (3)
56svr.IsAuthentiCodeSigned = AuthentiCode.IsSigned(path, svr, _securityInfoProvider); 65svr.IsAuthentiCodeSigned = false; 80svr.IsAuthentiCodeSigned &= timestamp.IsValid;
4 references to IsAuthentiCodeSigned
Microsoft.DotNet.SignCheckLibrary (4)
Verification\AuthentiCodeVerifier.cs (3)
57svr.IsSigned = svr.IsAuthentiCodeSigned; 61if (svr.IsAuthentiCodeSigned && OperatingSystem.IsWindows()) 94svr.AddDetail(DetailKeys.AuthentiCode, SignCheckResources.DetailSignedAuthentiCode, svr.IsAuthentiCodeSigned);
Verification\PortableExecutableVerifier.cs (1)
53svr.IsSigned = svr.IsAuthentiCodeSigned & (svr.IsStrongNameSigned || !VerifyStrongNameSignature || svr.IsNativeImage || svr.IsIgnoreStrongName);