2 overrides of Owner
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
696
public override SecurityIdentifier?
Owner
995
public override SecurityIdentifier?
Owner
5 references to Owner
System.Security.AccessControl (5)
System\Security\AccessControl\SecurityDescriptor.cs (5)
171
if (
Owner
!= null)
173
result +=
Owner
.BinaryLength;
318
if (
Owner
!= null)
321
Owner
.GetBinaryForm(binaryForm, offset);
322
offset +=
Owner
.BinaryLength;