Principal.SamAccountName 속성

정의

이 보안 주체의 SAM 계정 이름을 가져오거나 설정합니다.

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

속성 값

이 보안 주체의 SAM 계정 이름이거나, 이름이 설정되지 않은 경우 null입니다.

특성

예외

애플리케이션에서 SAM 계정 이름을 null로 설정하려고 한 경우

애플리케이션에서 유지되는 보안 주체에 대한 SAM 계정 이름을 설정하려고 한 경우

적용 대상