Add System.Management in your references and do a search on the net for WMI.
The WMI namespace you need is "Win32_LogicalFileSecuritySetting" which will
give you access to information on the file for who owns it (your can also
change ownership using "CIM_DataFile")
Chris