WindowsIdentity.User Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the security identifier (SID) for the user.
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
An object for the user.
- Attributes
The SID uniquely identifies a user or group on all Windows NT implementations.
Note
The WindowsIdentity object returned by the GetAnonymous method is not the same as the Windows anonymous user. This property gets null
for an anonymous user represented by the WindowsIdentity object returned by the GetAnonymous method; it does not get the SID representing an anonymous Windows user.
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 6, 7, 8, 9 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 3.0, 3.1, 5 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: