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