UserPrincipalNameElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示指定用户主要名称的配置元素。 此类不能被继承。
public ref class UserPrincipalNameElement sealed : System::Configuration::ConfigurationElement
public sealed class UserPrincipalNameElement : System.Configuration.ConfigurationElement
type UserPrincipalNameElement = class
inherit ConfigurationElement
Public NotInheritable Class UserPrincipalNameElement
Inherits ConfigurationElement
- 继承
注解
用户主要名称是网络用户的登录名类型。 用户主要名称包含在 Active Directory 中使用的用户对象名称,后跟符号 (@),其后通常为域名系统父域。 例如,Fabrikam.com 域树中的 Jeff 可能具有用户主体名称 jeff@fabrikam.com。
构造函数
UserPrincipalNameElement() |
初始化 UserPrincipalNameElement 类的新实例。 |