2 overrides of Owner
mscorlib (2)
system\security\accesscontrol\securitydescriptor.cs (2)
728
public override SecurityIdentifier
Owner
1035
public override SecurityIdentifier
Owner
5 references to Owner
mscorlib (5)
system\security\accesscontrol\securitydescriptor.cs (5)
171
if (
Owner
!= null )
173
result +=
Owner
.BinaryLength;
329
if (
Owner
!= null )
332
Owner
.GetBinaryForm( binaryForm, offset );
333
offset +=
Owner
.BinaryLength;