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가질 수 있습니다.
생성자
| Name | Description |
|---|---|
| UserPrincipalNameElement() |
UserPrincipalNameElement 클래스의 새 인스턴스를 초기화합니다. |