标签: c# windows account service-provider sid
有什么方法可以在WinNT服务提供商中使用SID,例如:
// doesn't work using (DirectoryEntry groupEntry = new DirectoryEntry("WinNT://./<SID=S-1-5-32-544>,group")) { }
还是我需要先将SID转换为组名?
(在我的情况下,无法使用LDAP)