9 references to GetUnderlyingObject
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
782DirectoryEntry foreignDE = (DirectoryEntry)foreignPrincipal.GetUnderlyingObject();
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (6)
442return CannotChangePwdFromLdapConverter((DirectoryEntry)p.GetUnderlyingObject()); 489Debug.Assert(ap.GetUnderlyingObject() is DirectoryEntry); 491DirectoryEntry de = (DirectoryEntry)ap.GetUnderlyingObject(); 768SDSUtils.MoveDirectoryEntry((DirectoryEntry)p.GetUnderlyingObject(), 776((DirectoryEntry)p.GetUnderlyingObject()).Properties[baseObjectRdnPrefix].Value = (string)p.GetValueForProperty(PropertyNames.PrincipalName); 1171DirectoryEntry principalDE = (DirectoryEntry)p.GetUnderlyingObject();
System\DirectoryServices\AccountManagement\Principal.cs (1)
642DirectoryEntry de = (DirectoryEntry)this.GetUnderlyingObject();
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
323PropertyValueCollection values = ((DirectoryEntry)p.GetUnderlyingObject()).Properties["UserFlags"];