作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
通过 UserPrincipal 类,我可以设置 UserPrincipalName,因此在创建我的用户时,会填充用户登录名的第一部分:
up.UserPrincipalName = "ryan.anthony3";
产生以下结果:
但是除非我通过界面选择其中一个选项,否则下拉菜单是空的
如果可能的话,我想使用此 UserPrincipal 类以编程方式设置可用选项之一...这可能吗?
我在这里没有看到它的二传手:http://msdn.microsoft.com/en-us/library/system.directoryservices.accountmanagement.userprincipal%28v=vs.110%29.aspx
最佳答案
UserPrincipalName 就是您要查找的内容。
使用 up.UserPrincipalName = "ryan.anthony3@yourDomain.Com";
关于c# - 有没有办法通过 UserPrincipal 类设置新用户的域后缀?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20710535/
我是一名优秀的程序员,十分优秀!