WindowsIdentity.User 속성

정의

사용자의 SID(보안 식별자)를 가져옵니다.

public:
 property System::Security::Principal::SecurityIdentifier ^ User { System::Security::Principal::SecurityIdentifier ^ get(); };
public System.Security.Principal.SecurityIdentifier User { get; }
public System.Security.Principal.SecurityIdentifier? User { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.Principal.SecurityIdentifier User { get; }
member this.User : System.Security.Principal.SecurityIdentifier
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.User : System.Security.Principal.SecurityIdentifier
Public ReadOnly Property User As SecurityIdentifier

속성 값

SecurityIdentifier

사용자에 대한 개체입니다.

특성

설명

SID는 모든 Windows NT 구현에서 사용자 또는 그룹을 고유 하 게 식별 합니다.

참고

WindowsIdentity메서드에서 반환 된 개체는 GetAnonymous Windows 익명 사용자와 동일 하지 않습니다. 이 속성은 null 메서드에서 반환 하는 개체로 표시 되는 익명 사용자를 가져옵니다. WindowsIdentity GetAnonymous 익명 Windows 사용자를 나타내는 SID는 가져오지 않습니다.

적용 대상