8 references to IsDS
mscorlib (8)
system\security\accesscontrol\objectsecurity.cs (1)
273
get { return _securityDescriptor.
IsDS
; }
system\security\accesscontrol\securitydescriptor.cs (7)
1086
if ( value.IsDS != this.
IsDS
)
1089
Environment.GetResourceString(this.
IsDS
?
1135
if ( value.IsDS != this.
IsDS
)
1138
Environment.GetResourceString( this.
IsDS
?
1151
_dacl = DiscretionaryAcl.CreateAllowEveryoneFullAccess(
IsDS
, IsContainer);
1245
this.DiscretionaryAcl = new DiscretionaryAcl(this.IsContainer, this.
IsDS
, revision, trusted);
1251
this.SystemAcl = new SystemAcl(this.IsContainer, this.
IsDS
, revision, trusted);