I tried to get access information of 'current user' folder. But this code always return "method failed with unexpected error code 3, InvailedOperationException".
Here is my code
string CurrentUserName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
var Info = new DirectoryInfo("C:\\users\\"+ CurrentUserName);
var Security = Info.GetAccessControl();