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