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