2 overrides of Owner
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
519public override SecurityIdentifier? Owner 750public override SecurityIdentifier? Owner
5 references to Owner
System.Security.AccessControl (5)
System\Security\AccessControl\SecurityDescriptor.cs (5)
121if (Owner != null) 123result += Owner.BinaryLength; 243if (Owner != null) 246Owner.GetBinaryForm(binaryForm, offset); 247offset += Owner.BinaryLength;