Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets the security identifier (SID) for the token owner.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
property SecurityIdentifier^ Owner {
	SecurityIdentifier^ get();
}

Property Value

Type: System.Security.Principal::SecurityIdentifier^

An object for the token owner.

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

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft