5 references to MacOsPkgCore
Microsoft.DotNet.MacOsPkg.Cli (3)
Program.cs (3)
51return MacOsPkgCore.Unpack(srcPath, dstPath); 64return MacOsPkgCore.Pack(srcPath, dstPath); 75return MacOsPkgCore.VerifySignature(srcPath);
Microsoft.DotNet.SignCheckLibrary (2)
Verification\PkgVerifier.cs (2)
40if (MacOsPkgCore.Unpack(archivePath, extractionPath) != 0) 76return MacOsPkgCore.VerifySignature(path) == 0;