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::Owner Property
.NET Framework (current version)
Gets the security identifier (SID) for the token owner.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property SecurityIdentifier^ Owner { SecurityIdentifier^ get(); }
The SID uniquely identifies a user or group on all Windows NT implementations. The returned SID identifies the default owner SID that will be applied to newly created objects.
The following code example shows the use of the Owner property to display the security identifier for the token owner. This code example is part of a larger example provided for the WindowsIdentity class
.NET Framework
Available since 2.0
Available since 2.0
Show: