MCPcopy Create free account
hub / github.com/CCob/lsarelayx / AddSecurityPackage

Method AddSecurityPackage

client/Program.cs:63–64  ·  view source on GitHub ↗
(string pszPackageName, SECURITY_PACKAGE_OPTIONS Options)

Source from the content-addressed store, hash-verified

61 }
62
63 [DllImport("secur32.dll", CharSet = CharSet.Auto, SetLastError = true)]
64 internal static extern uint AddSecurityPackage(string pszPackageName, SECURITY_PACKAGE_OPTIONS Options);
65
66 [DllImport("kernel32", SetLastError = true, CharSet = CharSet.Ansi)]
67 static extern IntPtr LoadLibrary([MarshalAs(UnmanagedType.LPStr)] string lpFileName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected