The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WindowsIdentity::User Property
.NET Framework (current version)
Gets the security identifier (SID) for the user.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property SecurityIdentifier^ User { SecurityIdentifier^ get(); }
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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
