Principal.UserPrincipalName 속성

정의

이 보안 주체와 연결된 UPN(사용자 계정 이름)을 가져오거나 설정합니다.

public:
 property System::String ^ UserPrincipalName { System::String ^ get(); void set(System::String ^ value); };
public string UserPrincipalName { get; set; }
public string UserPrincipalName { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.UserPrincipalName : string with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.UserPrincipalName : string with get, set
Public Property UserPrincipalName As String

속성 값

이 보안 주체와 연결된 UPN 또는 UPN이 설정되지 않은 경우 null입니다.

특성

예외

기본 저장소가 이 속성을 지원하지 않는 경우

설명

이 속성을 null로 설정하면 기존 UPN이 제거됩니다(있는 경우).

적용 대상