1 write to IsStrongNameSigned
Microsoft.DotNet.SignCheckLibrary (1)
Verification\PortableExecutableVerifier.cs (1)
60svr.IsStrongNameSigned = hresult == StrongName.S_OK;
2 references to IsStrongNameSigned
Microsoft.DotNet.SignCheckLibrary (2)
Verification\PortableExecutableVerifier.cs (2)
44svr.IsSigned = svr.IsAuthentiCodeSigned & ((svr.IsStrongNameSigned) || (!VerifyStrongNameSignature) || svr.IsNativeImage); 61svr.AddDetail(DetailKeys.StrongName, SignCheckResources.DetailSignedStrongName, svr.IsStrongNameSigned);