是否可以在WinNT服务提供商中使用SID?

时间:2020-11-12 16:28:16

标签: 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)

0 个答案:

没有答案