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