Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Owner

SecurityIdentifier? System.Security.Principal.WindowsIdentity.Owner
get

Definition at line 191 of file WindowsIdentity.cs.

192 {
193 get
194 {
196 {
197 return null;
198 }
199 if (_owner == null)
200 {
202 _owner = new SecurityIdentifier(safeLocalAllocHandle.Read<IntPtr>(0uL));
203 }
204 return _owner;
205 }
206 }
static SafeLocalAllocHandle GetTokenInformation(SafeAccessTokenHandle tokenHandle, TokenInformationClass tokenInformationClass, bool nullOnInvalidParam=false)

Referenced by System.IO.Pipes.NamedPipeServerStream.Create().