标签:sharp info OLE arp txt reference test identity line
FileInfo fileInfo = new FileInfo(@"C:\test.txt"); FileSecurity fileSecurity = fileInfo.GetAccessControl(); IdentityReference identityReference = fileSecurity.GetOwner(typeof(NTAccount)); Console.WriteLine(identityReference.Value);
标签:sharp info OLE arp txt reference test identity line
原文地址:https://www.cnblogs.com/lakeliu/p/12179653.html