Server 2008/Windows 7 中的 Microsoft.Interop.Security.AzRoles
我正在尝试遵循 这些说明,介绍如何将 AD LDS 用于应用程序的成员资格和角色。我几乎已经全部设置完毕,但结束代码调用 Microsoft.Interop.Security.AzRoles 中的“IAzApplication2”对象。
我可以看到如何在 Server 2003 中安装它,但我无法找到如何在 Server 2008 中安装它和/或实现它。事实上,我的服务器似乎根本无法引用 Microsoft.Interop 命名空间。
有人可以指出我如何获取 IAzApplication2(+) 对象的正确方向吗?我缺少文件吗?
I am trying to follow these instructions on how to use AD LDS for both Membership and Roles for an application. I've almost got it all set, but the ending code calls for the "IAzApplication2" object from Microsoft.Interop.Security.AzRoles.
I can see how to install it in Server 2003, but I cannot find out how to install it and/or implement it in Server 2008. In fact, my server doesn't seem to be able to reference the Microsoft.Interop Namespace at all.
Can someone point me in the right direction on how to get to the IAzApplication2(+) object? Am I missing a file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在寻找的答案就在这里: Server 2008 R2 上的 microsoft.interop.security.azroles 位于何处?(但为了避免您点击,它以 32 位和 64 位形式位于 GAC 中)。
I think the answer you're looking for is here: Where is microsoft.interop.security.azroles on Server 2008 R2? (but to save you clicking, it's in the GAC in 32-bit and 64-bit forms).