Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
using System.Runtime.InteropServices; //DllImport "kernel32.dll", "advapi32.dll" ...
....
[DllImport("advapi32.dll")]
private static extern bool LogonUser(
String lpszUsername,
String lpszDomain,
String lpszPassword,
int dwLogonType,
int dwLogonProvider,
ref IntPtr phToken
);
There are a lot of functions to deal with that.
GetAclInformation()
GetAce()
DeleteAce()
GetFileSecurity()
....