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