Ejemplo n.º 1
0
        public DokanError GetFileSecurity(string fileName, out System.Security.AccessControl.FileSystemSecurity security, System.Security.AccessControl.AccessControlSections sections, DokanFileInfo info)
        {
            log.Info(String.Format("GetFileSecurity call - {0}", fileName));

            security = null;
            return(DokanError.ErrorError);
        }
Ejemplo n.º 2
0
 public NtStatus SetFileSecurity(string fileName, System.Security.AccessControl.FileSystemSecurity security, System.Security.AccessControl.AccessControlSections sections, DokanFileInfo info)
 {
     return(DokanResult.Error);
 }